mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-10 00:07:51 -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:
|
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…
Add table
Add a link
Reference in a new issue