mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
Closing load project screen cancels loading of workspace
CURA-1263
This commit is contained in:
parent
a5c38e0591
commit
5d1ba828bc
2 changed files with 2 additions and 4 deletions
|
@ -175,8 +175,8 @@ class WorkspaceDialog(QObject):
|
|||
@pyqtSlot()
|
||||
## Used to notify the dialog so the lock can be released.
|
||||
def notifyClosed(self):
|
||||
if self._result is None:
|
||||
self._result = {}
|
||||
self._result = {}
|
||||
self._visible = False
|
||||
self._lock.release()
|
||||
|
||||
def hide(self):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue