summaryrefslogtreecommitdiffstats
path: root/scene/main/window.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'scene/main/window.cpp')
-rw-r--r--scene/main/window.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/scene/main/window.cpp b/scene/main/window.cpp
index b5824bc695..11c2d5b7af 100644
--- a/scene/main/window.cpp
+++ b/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 {