1
0
mirror of https://github.com/emilk/egui.git synced 2026-08-31 22:00:03 -04:00

Handle window paint order (click to bring to front etc)

This commit is contained in:
Emil Ernerfeldt
2020-04-17 23:22:28 +02:00
parent f709423809
commit 481af55ce5
6 changed files with 31 additions and 10 deletions

View File

@@ -46,7 +46,7 @@ impl Window {
let mut contents_region = Region {
ctx: ctx.clone(),
layer: Layer::Popup,
layer,
style,
id: Default::default(),
dir: Direction::Vertical,