mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 06:19:05 +08:00
onVisibilityChanged function removed because it's never called - CURA-4405
This commit is contained in:
parent
f8a1187a8c
commit
1d70426224
@ -285,14 +285,6 @@ class WorkspaceDialog(QObject):
|
|||||||
except:
|
except:
|
||||||
pass
|
pass
|
||||||
|
|
||||||
@pyqtSlot(bool)
|
|
||||||
def _onVisibilityChanged(self, visible):
|
|
||||||
if not visible:
|
|
||||||
try:
|
|
||||||
self._lock.release()
|
|
||||||
except:
|
|
||||||
pass
|
|
||||||
|
|
||||||
@pyqtSlot()
|
@pyqtSlot()
|
||||||
def onOkButtonClicked(self):
|
def onOkButtonClicked(self):
|
||||||
self._view.hide()
|
self._view.hide()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user