mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-10 07:26:32 +01:00
small fixlet for region push/pull op, from lincoln
git-svn-id: svn://localhost/ardour2/branches/3.0@6330 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
b8b55ef003
commit
f18bcf0cc8
1 changed files with 1 additions and 3 deletions
|
|
@ -2165,12 +2165,10 @@ Editor::single_start_trim (RegionView& rv, nframes64_t frame_delta, bool left_di
|
|||
if (region_left != 0 &&
|
||||
(region_left->last_frame() > region->first_frame() || regions_touching))
|
||||
{
|
||||
region_left->trim_end(region->first_frame(), this);
|
||||
region_left->trim_end(region->first_frame() - 1, this);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
rv.region_changed (Change (LengthChanged|PositionChanged|StartChanged));
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue