nodeview: optimized selecting

Rather than responding to every single selection change, the selection operation
can function as-is and then respond to all of them at the end.
This commit is contained in:
itsmattkc
2020-05-09 03:33:36 +10:00
parent 218c63f933
commit 16d4cccdb5
2 changed files with 45 additions and 4 deletions
+4
View File
@@ -94,6 +94,10 @@ private:
void MoveAttachedNodesToCursor(const QPoint &p);
void ConnectSelectionChangedSignal();
void ReconnectSelectionChangedSignal();
void DisconnectSelectionChangedSignal();
NodeGraph* graph_;
struct AttachedItem {