Force general refresh on font change

This commit is contained in:
vsonnier
2016-06-20 18:29:56 +02:00
parent 46bf72aa0f
commit f3d4b8868a
2 changed files with 6 additions and 2 deletions
-2
View File
@@ -223,8 +223,6 @@ void GLFont::loadFontOnce() {
//full font file path
wxFileName fontFileName = wxFileName(resourceFolder + L"/" + fontFile);
// wxFileName fontFileName = wxFileName(resourceFolder, fontFile);
if (!fontFileName.Exists()) {
wxFileName exePath = wxFileName(wxStandardPaths::Get().GetExecutablePath());