Correct fix for previous commit.
git-svn-id: svn://localhost/ardour2/branches/3.0@10058 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
@@ -1672,7 +1672,7 @@ void
|
||||
TempoMap::insert_time (framepos_t where, framecnt_t amount)
|
||||
{
|
||||
for (Metrics::iterator i = metrics->begin(); i != metrics->end(); ++i) {
|
||||
if ((*i)->frame() >= where && (*i)->frame() != 0) {
|
||||
if ((*i)->frame() >= where && (*i)->movable ()) {
|
||||
(*i)->set_frame ((*i)->frame() + amount);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user