mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
first hide the dialog then release the lock
CURA-4405
This commit is contained in:
parent
d3b1563369
commit
59fbbef43e
1 changed files with 1 additions and 1 deletions
|
@ -276,8 +276,8 @@ class WorkspaceDialog(QObject):
|
|||
|
||||
def hide(self):
|
||||
self._visible = False
|
||||
self._lock.release()
|
||||
self._view.hide()
|
||||
self._lock.release()
|
||||
|
||||
@pyqtSlot()
|
||||
def onOkButtonClicked(self):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue