(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

@@ -1139,6 +1139,7 @@ void LoadStringWidthTable(bool monospace)
}
}
ClearFontCache();
ReInitAllWindows();
}