Call QCoreApplication.quit instead of raising SystemExit
Not sure it's needed, but it might trigger some cleanup code? Who knows.
This commit is contained in:
parent
3f245f0a48
commit
685031494a
@ -787,7 +787,7 @@ class MCEditApp(QtGui.QApplication):
|
||||
return
|
||||
|
||||
self.mainWindow.saveSettings()
|
||||
raise SystemExit
|
||||
self.quit()
|
||||
|
||||
# --- Help Menu Actions ---
|
||||
|
||||
|
Reference in New Issue
Block a user