mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-07-25 06:54:26 +08:00
first hide the dialog then release the lock
CURA-4405
This commit is contained in:
parent
d3b1563369
commit
59fbbef43e
@ -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…
x
Reference in New Issue
Block a user