summaryrefslogtreecommitdiff
path: root/src/settings_gui.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/settings_gui.cpp')
-rw-r--r--src/settings_gui.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/settings_gui.cpp b/src/settings_gui.cpp
index a15f2ff58..a31c3afa4 100644
--- a/src/settings_gui.cpp
+++ b/src/settings_gui.cpp
@@ -556,16 +556,15 @@ struct GameOptionsWindow : Window {
GfxClearSpriteCache();
_gui_zoom = (ZoomLevel)(ZOOM_LVL_OUT_4X - index);
UpdateCursorSize();
- LoadStringWidthTable();
UpdateAllVirtCoords();
+ ReInitAllWindows();
break;
case WID_GO_FONT_ZOOM_DROPDOWN:
- GfxClearSpriteCache();
_font_zoom = (ZoomLevel)(ZOOM_LVL_OUT_4X - index);
ClearFontCache();
+ LoadStringWidthTable();
UpdateAllVirtCoords();
- ReInitAllWindows();
break;
case WID_GO_BASE_GRF_DROPDOWN: