mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-16 03:36:32 +01:00
fix a rebase error
This commit is contained in:
parent
2b997343a4
commit
54c41372cc
1 changed files with 1 additions and 1 deletions
|
|
@ -1873,7 +1873,7 @@ RegionMoveDrag::finished_copy (bool const changed_position, bool const changed_t
|
|||
/* Ripple marks & ranges if appropriate */
|
||||
|
||||
if (_editor.should_ripple_all () && _primary->region ()->playlist ()) {
|
||||
_editor->ripple_marks (primary_playlist, extent_min, extent_min.distance (extent_max));
|
||||
_editor.ripple_marks (primary_playlist, extent_min, extent_min.distance (extent_max));
|
||||
}
|
||||
|
||||
/* If we've created new regions either by copying or moving
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue