recalculate selected nodes on pointer operation

This commit is contained in:
itsmattkc
2021-12-29 00:54:48 -08:00
parent 46bf3334f5
commit 3c95ff7ac8
3 changed files with 4 additions and 5 deletions
@@ -1700,6 +1700,7 @@ void TimelineWidget::SetSelections(const TimelineWidgetSelections &s, bool proce
}
}
// NOTE: This loop could do with some optimization
for (auto it=s.cbegin(); it!=s.cend(); it++) {
Track *track = GetTrackFromReference(it.key());
if (track) {