From d9610ddf50ca21cb7e8ef9e19b75444c8c44da43 Mon Sep 17 00:00:00 2001 From: rustbasic <127506429+rustbasic@users.noreply.github.com> Date: Sat, 1 Jun 2024 13:28:30 +0900 Subject: [PATCH] Update window.rs --- crates/egui/src/containers/window.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/crates/egui/src/containers/window.rs b/crates/egui/src/containers/window.rs index 70f5b05bebc..e55b30fb059 100644 --- a/crates/egui/src/containers/window.rs +++ b/crates/egui/src/containers/window.rs @@ -497,7 +497,6 @@ impl<'open> Window<'open> { resize_state.store(ctx, resize_id); } - // First check for resize to avoid frame delay: let resize_interaction = resize_interaction(ctx, possible, area_layer_id, last_frame_outer_rect);