diff --git a/nodz_main.py b/nodz_main.py index b841067..90f9384 100644 --- a/nodz_main.py +++ b/nodz_main.py @@ -1712,7 +1712,8 @@ def _disconnectAll(self): removedConnections.append(ConnectionInfo(plug.connections[0])) plug.connections[0]._remove() - self.signal_UndoRedoConnectNodes.emit(self, removedConnections, addedConnections) + nodzInst = self.scene().views()[0] + nodzInst.signal_UndoRedoConnectNodes.emit(self, removedConnections, addedConnections) def _remove(self): """