razor tool: don't try to split a clip at it's end point

This commit is contained in:
itsmattkc
2021-01-18 11:17:12 +11:00
parent 07782a96ad
commit 5ab585de8e
+1
View File
@@ -70,6 +70,7 @@ void RazorTool::MouseRelease(TimelineViewMouseEvent *event)
// Ensure there's a valid block here
if (block_at_time
&& block_at_time->out() != split_time
&& block_at_time->type() == Block::kClip
&& !blocks_to_split.contains(block_at_time)) {
blocks_to_split.append(block_at_time);