From 5d509146c815bee46e8d1ede78c7e4445f346db8 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Wed, 21 Dec 2011 14:21:05 +0000 Subject: followup to the previous tempo-dragging commit: use argument to Drag::aborted() to know if we moved; update the frame position of tempo map metrics when we remove a tempo mark (should fix visual glitches when dragging tempo) git-svn-id: svn://localhost/ardour2/branches/3.0@11049 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/ardour/tempo.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'libs') diff --git a/libs/ardour/tempo.cc b/libs/ardour/tempo.cc index a8f5bdf7ae..05a96c8dd8 100644 --- a/libs/ardour/tempo.cc +++ b/libs/ardour/tempo.cc @@ -345,6 +345,7 @@ TempoMap::remove_tempo (const TempoSection& tempo) } if (removed) { + timestamp_metrics (true); PropertyChanged (PropertyChange ()); } } -- cgit v1.2.3