mirror of
https://github.com/emilk/egui.git
synced 2026-06-28 07:23:13 -04:00
By default, `Windows` can now cover already added panels. For instance: in the egui demo app (egui.rs), windows can now cover the side-panels and top bar. To get the old behaviour, use `window.constrain_to(ctx.available_rect())`.