Fix changing font zoom level not updating font height cache

This commit is contained in:
Jonathan G Rennison
2021-06-10 21:37:27 +01:00
parent 6936fe4f6e
commit 704eac8220
2 changed files with 6 additions and 1 deletions

View File

@@ -580,7 +580,6 @@ struct GameOptionsWindow : Window {
GfxClearSpriteCache();
_font_zoom_cfg = new_zoom;
UpdateGUIZoom();
ClearFontCache();
LoadStringWidthTable();
UpdateAllVirtCoords();
ReInitAllWindows(true);