(svn r27004) -Codechange: Make GUI size apply to (sprite-font) text as well.

This commit is contained in:
peter1138
2014-10-12 20:43:25 +00:00
parent 660a95e5d2
commit aa6fdf6f13
7 changed files with 30 additions and 13 deletions

View File

@@ -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: