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:
@@ -94,6 +94,10 @@ private:
|
||||
|
||||
void MoveAttachedNodesToCursor(const QPoint &p);
|
||||
|
||||
void ConnectSelectionChangedSignal();
|
||||
void ReconnectSelectionChangedSignal();
|
||||
void DisconnectSelectionChangedSignal();
|
||||
|
||||
NodeGraph* graph_;
|
||||
|
||||
struct AttachedItem {
|
||||
|
||||
Reference in New Issue
Block a user