nodeview: automatically deselect blocks that have been removed
Fixes segfault attempting to access and select an item that's already been removed.
This commit is contained in:
@@ -145,6 +145,8 @@ private slots:
|
||||
|
||||
void AssociatedNodeDestroyed();
|
||||
|
||||
void GraphNodeRemoved(Node* node);
|
||||
|
||||
void GraphEdgeAdded(NodeEdgePtr edge);
|
||||
|
||||
void GraphEdgeRemoved(NodeEdgePtr edge);
|
||||
|
||||
Reference in New Issue
Block a user