13
0

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
This commit is contained in:
Carl Hetherington 2010-12-22 23:27:42 +00:00
parent 039adb4c6b
commit d83219706f

View File

@ -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