1
0
mirror of https://github.com/emilk/egui.git synced 2026-06-28 07:23:13 -04:00
Files
egui/crates
Emil Ernerfeldt c0479cadf3 The default constrain rect for Area/Window is now ctx.screen_rect (#4590)
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())`.
2024-05-31 10:01:45 +02:00
..
2024-05-29 11:48:50 +02:00
2024-05-29 11:48:50 +02:00
2023-04-18 15:52:45 +02:00