emilk / egui

egui: an easy-to-use immediate mode GUI in Rust that runs on both web and native
https://www.egui.rs/
Apache License 2.0
20.61k stars 1.49k forks source link

Window dragging is not working with `custom_window_frame` example on Linux #4700

Open ardocrat opened 4 days ago

ardocrat commented 4 days ago

Checked after this https://github.com/emilk/egui/pull/4656 on Linux, egui is not receiving event when I release mouse button, so I need to click elsewhere to bring back focus. Same case can be reproduced with window resize https://github.com/emilk/egui/issues/2548