Skip to content

Commit

Permalink
Merge pull request #92577 from bruvzg/win_preview_resize
Browse files Browse the repository at this point in the history
Update editor `Window` preview position when resizing window.
  • Loading branch information
akien-mga committed May 31, 2024
2 parents cf9af1e + 5c433cf commit 3e01ef5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scene/main/window.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -391,6 +391,7 @@ void Window::set_size(const Size2i &p_size) {

size = p_size;
_update_window_size();
_settings_changed();
}

Size2i Window::get_size() const {
Expand Down

0 comments on commit 3e01ef5

Please sign in to comment.