mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Fix AutoSave crashing the early crash dialog
CURA-4895
This commit is contained in:
parent
547baff239
commit
b59eadce1c
4 changed files with 18 additions and 13 deletions
|
|
@ -108,6 +108,7 @@ def exceptHook(hook_type, value, traceback):
|
|||
sys.exit(1)
|
||||
else:
|
||||
application = QApplication(sys.argv)
|
||||
application.removePostedEvents(None)
|
||||
_crash_handler = CrashHandler(hook_type, value, traceback, has_started)
|
||||
_crash_handler.early_crash_dialog.show()
|
||||
sys.exit(application.exec_())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue