mirror of
https://github.com/cjcliffe/CubicSDR.git
synced 2026-06-27 14:03:15 -04:00
Force general refresh on font change
This commit is contained in:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user