nodeview: do something when clips are selected

This commit is contained in:
itsmattkc
2021-03-20 10:10:09 +11:00
parent 57b8193427
commit 0a17e0fbe2
2 changed files with 7 additions and 4 deletions
+3
View File
@@ -236,6 +236,9 @@ void NodeView::Select(QVector<Node *> nodes)
}
}
// Center on something
centerOn(scene_.NodeToUIObject(nodes.first()));
ConnectSelectionChangedSignal();
// Emit deselect signal for any nodes that weren't in the list