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:
itsmattkc
2020-08-05 23:56:42 +10:00
parent d5dce29b22
commit 02c0fb7316
2 changed files with 11 additions and 0 deletions
+2
View File
@@ -145,6 +145,8 @@ private slots:
void AssociatedNodeDestroyed();
void GraphNodeRemoved(Node* node);
void GraphEdgeAdded(NodeEdgePtr edge);
void GraphEdgeRemoved(NodeEdgePtr edge);