Minor fixes to dialogs, partially related to macOS

This commit is contained in:
Veronica K. B. Olsen
2020-10-07 18:38:43 +02:00
parent 357a407116
commit 87baabeaa5
3 changed files with 5 additions and 2 deletions
+3
View File
@@ -915,6 +915,9 @@ class GuiBuildNovel(QDialog):
if theStatus:
self.textFont.setText(theFont.family())
self.textSize.setValue(theFont.pointSize())
self.raise_() # Move the dialog to front (fixes a bug on macOS)
return
def _loadCache(self):