Fix some issues with resolving paths for a packaged single executable

This commit is contained in:
Veronica K. B. Olsen
2021-02-08 09:44:10 +01:00
parent f5588f94db
commit ada99077a4
3 changed files with 8 additions and 5 deletions
+1 -1
View File
@@ -203,7 +203,7 @@ class GuiTheme:
return
def updateFont(self):
"""Updated the GUI's font style from settings,
"""Update the GUI's font style from settings.
"""
theFont = QFont()
if self.mainConf.guiFont not in self.guiFontDB.families():