Update editor Window preview position when resizing window.

This commit is contained in:
bruvzg 2024-05-31 07:52:46 +03:00
parent e7dd6f11ed
commit 5c433cf693
No known key found for this signature in database
GPG key ID: 7960FCF39844EC38

View file

@ -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 {