mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
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:
parent
039adb4c6b
commit
d83219706f
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue