Skip to content

Commit

Permalink
fixed bug with removing selected items
Browse files Browse the repository at this point in the history
  • Loading branch information
agafon0ff authored Sep 1, 2020
1 parent 3ca658c commit e426fe3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/nodeview.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -408,6 +408,7 @@ void NodeView::removeNode(NodeItem *node)
group->removeNode(node);

m_nodeList.removeOne(node);
m_selectedNodes.removeOne(node);
node->disconnect();
node->deleteLater();
}
Expand Down

0 comments on commit e426fe3

Please sign in to comment.