From 5c433cf693ec0c65bdcf21575065aa77a491b2bf Mon Sep 17 00:00:00 2001 From: bruvzg <7645683+bruvzg@users.noreply.github.com> Date: Fri, 31 May 2024 07:52:46 +0300 Subject: [PATCH] Update editor `Window` preview position when resizing window. --- scene/main/window.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/scene/main/window.cpp b/scene/main/window.cpp index b5824bc6952..11c2d5b7afd 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 {