razor tool: don't try to split a clip at it's end point
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user