mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 05:09:06 +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):
|
def hide(self):
|
||||||
self._visible = False
|
self._visible = False
|
||||||
self._lock.release()
|
|
||||||
self._view.hide()
|
self._view.hide()
|
||||||
|
self._lock.release()
|
||||||
|
|
||||||
@pyqtSlot()
|
@pyqtSlot()
|
||||||
def onOkButtonClicked(self):
|
def onOkButtonClicked(self):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user