Fix raise window issue on Mac

This commit is contained in:
Veronica Berglyd Olsen
2023-07-30 19:55:47 +02:00
parent b93bc0a295
commit 25f9f0519f
3 changed files with 7 additions and 4 deletions
-3
View File
@@ -301,9 +301,6 @@ class GuiMain(QMainWindow):
# Forward Functions
self.setStatus = self.mainStatus.setStatus
# Force a show of the GUI
self.show()
# Check that config loaded fine
self.reportConfErr()