Splash closed on early crash

This commit is contained in:
Ian Paschal 2018-02-05 14:47:11 +01:00
parent 383319d631
commit e64fb9c762

View file

@ -110,6 +110,7 @@ def exceptHook(hook_type, value, traceback):
application = QApplication(sys.argv)
application.removePostedEvents(None)
_crash_handler = CrashHandler(hook_type, value, traceback, has_started)
CuraApplication.getInstance().closeSplash()
_crash_handler.early_crash_dialog.show()
sys.exit(application.exec_())