summaryrefslogtreecommitdiff
path: root/libs
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2011-12-16 15:58:39 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2011-12-16 15:58:39 +0000
commit3d859a5ac6f1212148ae974ca64789726aa0ef0c (patch)
tree6c9535ecfdee5126f0d3e8c38e30561f0f9d99cb /libs
parent5f4a276ad01fb5a2e8b9ed8f64105da6769c524a (diff)
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
Diffstat (limited to 'libs')
-rw-r--r--libs/ardour/tempo.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/ardour/tempo.cc b/libs/ardour/tempo.cc
index 585649e1ec..24b395db0a 100644
--- a/libs/ardour/tempo.cc
+++ b/libs/ardour/tempo.cc
@@ -372,6 +372,7 @@ TempoMap::remove_meter (const MeterSection& tempo)
}
if (removed) {
+ timestamp_metrics (true);
PropertyChanged (PropertyChange ());
}
}