13
0

update position of tempo map metrics when a meter marker is removed

git-svn-id: svn://localhost/ardour2/branches/3.0@11013 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2011-12-16 15:58:39 +00:00
parent 5f4a276ad0
commit 3d859a5ac6

View File

@ -372,6 +372,7 @@ TempoMap::remove_meter (const MeterSection& tempo)
}
if (removed) {
timestamp_metrics (true);
PropertyChanged (PropertyChange ());
}
}