chiark / gitweb /
Do not show a dialog inside a Modal dialog
authorYouness Alaoui <kakaroto@kakaroto.homelinux.net>
Mon, 26 Oct 2015 19:32:08 +0000 (15:32 -0400)
committerYouness Alaoui <kakaroto@kakaroto.homelinux.net>
Mon, 26 Oct 2015 19:32:08 +0000 (15:32 -0400)
commit24e90204f0f62d5895863452fbd0faf9fa51cdd5
tree1e0606ece28f372460e2e53ea49854e4cb9989c1
parentf430de51c28074ba47734d4b5a65e3032d0759b1
Do not show a dialog inside a Modal dialog

This fixes T253. Showing a dialog (message box) while the main thread
is locked in a ShowModal will cause X errors and a python crash.
So we must delay the dialog until the modal dialog is done.
Cura/gui/firmwareInstall.py