mirror of
https://github.com/emilk/egui.git
synced 2026-08-29 12:50:04 -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"