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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user