mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-18 20:28:01 -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
|
@ -53,8 +53,6 @@ class MachineManager(QObject):
|
|||
ExtruderManager.getInstance().activeExtruderChanged.connect(self.activeStackChanged)
|
||||
self.activeStackChanged.connect(self.activeStackValueChanged)
|
||||
|
||||
|
||||
|
||||
Preferences.getInstance().addPreference("cura/active_machine", "")
|
||||
|
||||
self._global_event_keys = set()
|
||||
|
|
|
@ -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._visible = False
|
||||
self._lock.release()
|
||||
|
||||
def hide(self):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue