mirror of
https://github.com/emilk/egui.git
synced 2026-08-31 13:50:04 -04:00
Better error reporting
This commit is contained in:
@@ -261,7 +261,7 @@ pub fn handle_app_output(
|
||||
}
|
||||
|
||||
if drag_window {
|
||||
let _ = window.drag_window();
|
||||
window.drag_window().ok();
|
||||
}
|
||||
|
||||
if let Some(always_on_top) = always_on_top {
|
||||
|
||||
Reference in New Issue
Block a user