Skip to content

Commit bcc711f

Browse files
committed
[ui] Reconstruction: Restore the Slot status of the clear method
1 parent 09b4797 commit bcc711f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

meshroom/ui/reconstruction.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -518,6 +518,7 @@ def __del__(self):
518518
def setActive(self, active):
519519
self._active = active
520520

521+
@Slot()
521522
def clear(self):
522523
self.clearActiveNodes()
523524
super().clear()

0 commit comments

Comments
 (0)