timeline: add comment to recent code addition
This commit is contained in:
@@ -64,6 +64,7 @@ void TrackRippleRemoveAreaCommand::prepare()
|
||||
// If it's getting trimmed, determine if it's actually getting spliced
|
||||
if (first_block_is_out_trimmed && first_block_is_in_trimmed) {
|
||||
if (dynamic_cast<GapBlock*>(first_block)) {
|
||||
// As a rule, we don't split gaps, so we just treat it as a trim of the range requested
|
||||
trim_out_ = {first_block,
|
||||
first_block->length(),
|
||||
first_block->length() - range_.length()};
|
||||
|
||||
Reference in New Issue
Block a user