summaryrefslogtreecommitdiff
path: root/src/window.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/window.cpp')
-rw-r--r--src/window.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/window.cpp b/src/window.cpp
index 60519f3ee..2f79cdc77 100644
--- a/src/window.cpp
+++ b/src/window.cpp
@@ -2556,6 +2556,10 @@ void ReInitAllWindows()
FOR_ALL_WINDOWS_FROM_BACK(w) {
w->ReInit();
}
+
+ /* Make sure essential parts of all windows are visible */
+ RelocateAllWindows(_cur_resolution.width, _cur_resolution.height);
+ MarkWholeScreenDirty();
}
/**