mirror of
https://github.com/emilk/egui.git
synced 2026-06-27 15:13:12 -04:00
Some more work for multiples windows support
This commit is contained in:
@@ -128,6 +128,6 @@ impl eframe::App for Application {
|
||||
});
|
||||
});
|
||||
|
||||
ctx.request_repaint_after(Self::repaint_max_timeout());
|
||||
ctx.request_repaint_after(Self::repaint_max_timeout(), ctx.current_window_id());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user