Skip to content

Commit

Permalink
Update resize.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
rustbasic authored May 2, 2024
1 parent 35349bc commit 7f4b794
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/egui/src/containers/resize.rs
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ impl Resize {

State {
desired_size: self.default_size,
last_content_size: self.default_size - margins,
last_content_size: vec2(0.0, 0.0),
requested_size: None,
}
});
Expand Down

0 comments on commit 7f4b794

Please sign in to comment.