mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-07-28 09:42:01 +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):
|
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