mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 14:37:29 -06:00
onVisibilityChanged function removed because it's never called - CURA-4405
This commit is contained in:
parent
f8a1187a8c
commit
1d70426224
1 changed files with 0 additions and 8 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue