timeline: fixed double remove on transitions

Fixes #1655
This commit is contained in:
itsmattkc
2021-07-22 01:09:06 -07:00
parent 7dfb234b2f
commit 7fe8dbc77a
5 changed files with 10 additions and 6 deletions
+1 -1
View File
@@ -591,7 +591,7 @@ void PointerTool::FinishDrag(TimelineViewMouseEvent *event)
blocks_to_delete[i] = blocks_moving.at(i).block;
}
parent()->ReplaceBlocksWithGaps(blocks_to_delete, false, command);
parent()->ReplaceBlocksWithGaps(blocks_to_delete, false, command, false);
}
if (inserting) {