Skip to content

Commit

Permalink
Update window.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
rustbasic authored Jun 1, 2024
1 parent d3fa6f5 commit d9610dd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/egui/src/containers/window.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit d9610dd

Please sign in to comment.