Skip to content

Commit

Permalink
Update window.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
rustbasic committed Jun 5, 2024
1 parent f8226a6 commit 5001c25
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 @@ -791,7 +791,6 @@ fn resize_response(
if resize_interaction.any_dragged() {
if let Some(mut state) = resize::State::load(ctx, resize_id) {
state.requested_size = Some(new_rect.size() - resize.margins);
state.last_content_size = Vec2::ZERO;
state.store(ctx, resize_id);
}
}
Expand Down

0 comments on commit 5001c25

Please sign in to comment.