Ensure the window is normal size before we might maximise it

This commit is contained in:
Veronica K. B. Olsen
2019-11-12 21:05:48 +01:00
parent e10a386b6a
commit 3089c560e5
+1
View File
@@ -173,6 +173,7 @@ class GuiMain(QMainWindow):
self.asDocTimer.start()
self.statusBar.clearStatus()
self.showNormal()
if self.mainConf.isFullScreen:
self.toggleFullScreenMode()