From 3d859a5ac6f1212148ae974ca64789726aa0ef0c Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Fri, 16 Dec 2011 15:58:39 +0000 Subject: [PATCH] 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 --- libs/ardour/tempo.cc | 1 + 1 file changed, 1 insertion(+) 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 ()); } }