mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 04:29:00 +08:00
first hide the dialog then release the lock
CURA-4405
This commit is contained in:
parent
c0da9cc072
commit
2e957069a8
@ -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