Closing load project screen cancels loading of workspace

CURA-1263
This commit is contained in:
Jaime van Kessel 2016-12-02 15:15:34 +01:00
parent a5c38e0591
commit 5d1ba828bc
2 changed files with 2 additions and 4 deletions

View file

@ -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):