1
0
mirror of https://github.com/emilk/egui.git synced 2026-09-02 23:00:04 -04:00

Now a window will not render other window content

This commit is contained in:
Konkitoman
2023-07-19 14:01:12 +03:00
parent 1d52990306
commit 23bb315468
7 changed files with 101 additions and 37 deletions

View File

@@ -283,7 +283,7 @@ impl BackendPanel {
log::info!("Request a repaint in 3s...");
ctx.request_repaint_after(
std::time::Duration::from_secs(3),
ctx.current_window_id(),
ctx.current_rendering_window(),
);
});
}