mirror of
https://github.com/emilk/egui.git
synced 2026-09-01 06:10:06 -04:00
Fixed the problem that cause a break in time space
This commit is contained in:
@@ -1279,9 +1279,7 @@ impl Context {
|
||||
ctx.windows.retain(|_, (builder, id, parent, used)| {
|
||||
let out = *used;
|
||||
if ctx.current_rendering_window == *parent || ctx.current_rendering_window == *id {
|
||||
// WARNING NOT IMPLEMENTED BECAUSE THE WINDOW ONLY RENDER WHEN THE CURRENT WINDOW FRAME IS BIGGER THEN THE CURRENT FRAME
|
||||
// I DONT KNOW WHY
|
||||
*used = true;
|
||||
*used = false;
|
||||
} else {
|
||||
}
|
||||
windows.push((*id, builder.clone()));
|
||||
|
||||
Reference in New Issue
Block a user