Fixes for early crash dialog

CURA-4895
This commit is contained in:
Lipu Fei 2018-01-30 16:41:33 +01:00 committed by Diego Prado Gesto
parent aefe24222f
commit 30b1e74881
2 changed files with 8 additions and 2 deletions

View file

@ -101,7 +101,7 @@ def exceptHook(hook_type, value, traceback):
_crash_handler = CrashHandler(hook_type, value, traceback, has_started)
if not has_started:
CuraApplication.getInstance().removePostedEvents(None)
_crash_handler.show()
_crash_handler.early_crash_dialog.show()
sys.exit(CuraApplication.getInstance().exec_())
else:
_crash_handler.show()