mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
The 3mf workspace reader no longer locks application if it is accedently called from main
CURA-1263
This commit is contained in:
parent
60d2d0d092
commit
fa174763cf
2 changed files with 15 additions and 4 deletions
|
@ -113,7 +113,10 @@ class ThreeMFWorkspaceReader(WorkspaceReader):
|
|||
self._dialog.setQualityChangesConflict(quality_changes_conflict)
|
||||
self._dialog.setMaterialConflict(material_conflict)
|
||||
self._dialog.show()
|
||||
|
||||
# Block until the dialog is closed.
|
||||
self._dialog.waitForClose()
|
||||
|
||||
if self._dialog.getResult() == {}:
|
||||
return WorkspaceReader.PreReadResult.cancelled
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue