Merge branch 'master' into cache-update
This commit is contained in:
@@ -1886,6 +1886,10 @@ void TimelineWidget::SetSelections(const TimelineWidgetSelections &s, bool proce
|
||||
return;
|
||||
}
|
||||
|
||||
if (!GetConnectedNode()) {
|
||||
return;
|
||||
}
|
||||
|
||||
if (process_block_changes) {
|
||||
QVector<Block*> deselected;
|
||||
QVector<Block*> selected;
|
||||
|
||||
Reference in New Issue
Block a user