prevent normal regions from moving with session start

git-svn-id: svn://localhost/ardour2/trunk@954 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2006-10-05 15:11:31 +00:00
parent 96de823f23
commit 6bec40d859
1 changed files with 1 additions and 3 deletions

View File

@ -1391,9 +1391,7 @@ AudioRegion::source_offset_changed ()
if (boost::dynamic_pointer_cast<DestructiveFileSource>(sources.front())) {
set_start (source()->natural_position(), this);
set_position (source()->natural_position(), this);
} else {
set_position (source()->natural_position() + start(), this);
}
}
}
extern "C" {