mirror of
https://github.com/emilk/egui.git
synced 2026-06-27 07:03:14 -04:00
Before a disabled and enabled button would leave the parent ui in different states, which lead to a bug where a slider drag could be aborted if it caused a button before it to switch between enabled and disabled. Repro: dragging slider in "Manual Layout Test"