update position of tempo map metrics when a meter marker is removed
authorPaul Davis <paul@linuxaudiosystems.com>
Fri, 16 Dec 2011 15:58:39 +0000 (15:58 +0000)
committerPaul Davis <paul@linuxaudiosystems.com>
Fri, 16 Dec 2011 15:58:39 +0000 (15:58 +0000)
git-svn-id: svn://localhost/ardour2/branches/3.0@11013 d708f5d6-7413-0410-9779-e7cbd77b26cf

libs/ardour/tempo.cc

index 585649e1ece1cb6d37c840d019fed2e525ff9d92..24b395db0a0480793670e6e41e574d584f589cbf 100644 (file)
@@ -372,6 +372,7 @@ TempoMap::remove_meter (const MeterSection& tempo)
        }
 
        if (removed) {
+               timestamp_metrics (true);
                PropertyChanged (PropertyChange ());
        }
 }