mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-01 19:37:45 +01:00
fix typo in last commit - move start & end, not start & start
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3302 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
18048013be
commit
88707bf3bb
1 changed files with 1 additions and 1 deletions
|
|
@ -5849,7 +5849,7 @@ Editor::insert_time (nframes64_t pos, nframes64_t frames, InsertTimeOption opt,
|
|||
if ((*i)->start() >= pos) {
|
||||
(*i)->set_start ((*i)->start() + frames);
|
||||
if (!(*i)->is_mark()) {
|
||||
(*i)->set_start ((*i)->end() + frames);
|
||||
(*i)->set_end ((*i)->end() + frames);
|
||||
}
|
||||
moved = true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue