mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 02:49:04 +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:
|
||||
pass
|
||||
|
||||
@pyqtSlot(bool)
|
||||
def _onVisibilityChanged(self, visible):
|
||||
if not visible:
|
||||
try:
|
||||
self._lock.release()
|
||||
except:
|
||||
pass
|
||||
|
||||
@pyqtSlot()
|
||||
def onOkButtonClicked(self):
|
||||
self._view.hide()
|
||||
|
Loading…
x
Reference in New Issue
Block a user