fixed bug in ripple remove undo command where blocks deleted at the start of
the track would be restored at the end
This commit is contained in:
@@ -102,7 +102,7 @@ void TrackRippleRemoveBlockCommand::undo()
|
||||
if (before_) {
|
||||
track_->InsertBlockAfter(block_, before_);
|
||||
} else {
|
||||
track_->AppendBlock(block_);
|
||||
track_->PrependBlock(block_);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user