Skip to content

Commit

Permalink
Update editor Window preview position when resizing window.
Browse files Browse the repository at this point in the history
  • Loading branch information
bruvzg committed May 31, 2024
1 parent e7dd6f1 commit 5c433cf
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 5c433cf

Please sign in to comment.