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.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/settings_gui.cpp b/src/settings_gui.cpp
index 03dc618b9..5bfcb04ce 100644
--- a/src/settings_gui.cpp
+++ b/src/settings_gui.cpp
@@ -528,9 +528,10 @@ struct GameOptionsWindow : Window {
break;
case WID_GO_GUI_ZOOM_DROPDOWN:
+ GfxClearSpriteCache();
_gui_zoom = (ZoomLevel)(ZOOM_LVL_OUT_4X - index);
UpdateCursorSize();
- ReInitAllWindows();
+ LoadStringWidthTable();
break;
case WID_GO_BASE_GRF_DROPDOWN: