Merge branch 'master' into ui-optimizations

This commit is contained in:
itsmattkc
2020-10-05 15:19:57 +11:00
24 changed files with 334 additions and 15 deletions
@@ -487,8 +487,6 @@ void TimelineWidget::ReplaceBlocksWithGaps(const QList<Block *> &blocks,
new TrackReplaceBlockWithGapCommand(original_track, b, command);
if (remove_from_graph) {
new BlockUnlinkAllCommand(b, command);
new NodeRemoveWithExclusiveDeps(static_cast<NodeGraph*>(b->parent()), b, command);
}
}