From d83219706fe8d3f6350848e7e0f5db7c710399dd Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 22 Dec 2010 23:27:42 +0000 Subject: [PATCH] Update transport clocks on initial grab of the playhead cursor. git-svn-id: svn://localhost/ardour2/branches/3.0@8328 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/editor_drag.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/gtk2_ardour/editor_drag.cc b/gtk2_ardour/editor_drag.cc index dd27b04171..d069e2e984 100644 --- a/gtk2_ardour/editor_drag.cc +++ b/gtk2_ardour/editor_drag.cc @@ -2018,6 +2018,7 @@ CursorDrag::start_grab (GdkEvent* event, Gdk::Cursor* c) } _editor->show_verbose_time_cursor (_editor->playhead_cursor->current_frame, 10); + _editor->UpdateAllTransportClocks (_editor->playhead_cursor->current_frame); } void