Browse Source

Update editor `Window` preview position when resizing window.

bruvzg 1 year ago
parent
commit
5c433cf693
1 changed files with 1 additions and 0 deletions
  1. 1 0
      scene/main/window.cpp

+ 1 - 0
scene/main/window.cpp

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