summaryrefslogtreecommitdiff
path: root/src/window.cpp
diff options
context:
space:
mode:
authorpeter1138 <peter1138@openttd.org>2014-10-11 13:22:37 +0000
committerpeter1138 <peter1138@openttd.org>2014-10-11 13:22:37 +0000
commit253c91b17de95f80acd1423c8332d5c72dd0bdd4 (patch)
tree836bd47feeba0b52d13e8bc831256f76a20e3cd2 /src/window.cpp
parent1b5696b50f09e93f6889b9b833a2b275838b3047 (diff)
downloadopenttd-253c91b17de95f80acd1423c8332d5c72dd0bdd4.tar.xz
(svn r26990) -Feature: Add option to choose normal, double or quad-size interface.
Diffstat (limited to 'src/window.cpp')
-rw-r--r--src/window.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/window.cpp b/src/window.cpp
index 3b6b08df1..398ddf670 100644
--- a/src/window.cpp
+++ b/src/window.cpp
@@ -3264,6 +3264,9 @@ void ReInitAllWindows()
NWidgetLeaf::InvalidateDimensionCache(); // Reset cached sizes of several widgets.
NWidgetScrollbar::InvalidateDimensionCache();
+ extern void InitDepotWindowBlockSizes();
+ InitDepotWindowBlockSizes();
+
Window *w;
FOR_ALL_WINDOWS_FROM_BACK(w) {
w->ReInit();