(svn r26990) -Feature: Add option to choose normal, double or quad-size interface.

This commit is contained in:
peter1138
2014-10-11 13:22:37 +00:00
parent f7c64bc2dd
commit 2655de52d7
11 changed files with 60 additions and 7 deletions

View File

@@ -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();