We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Slot
clear
1 parent 09b4797 commit bcc711fCopy full SHA for bcc711f
1 file changed
meshroom/ui/reconstruction.py
@@ -518,6 +518,7 @@ def __del__(self):
518
def setActive(self, active):
519
self._active = active
520
521
+ @Slot()
522
def clear(self):
523
self.clearActiveNodes()
524
super().clear()
0 commit comments