mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-03 20:29:35 +01:00
Locate during playhead drag, the primary motive being to get MMC to be sent during the drag, fixing #3239.
git-svn-id: svn://localhost/ardour2/branches/3.0@7365 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
2c09798dc8
commit
cf5c707553
1 changed files with 6 additions and 0 deletions
|
|
@ -2137,6 +2137,12 @@ CursorDrag::motion (GdkEvent* event, bool)
|
|||
|
||||
_editor->show_verbose_time_cursor (_cursor->current_frame, 10);
|
||||
|
||||
if (_editor->session() && _item == &_editor->playhead_cursor->canvas_item) {
|
||||
_editor->session()->request_locate (_editor->playhead_cursor->current_frame, false);
|
||||
_editor->_pending_locate_request = true;
|
||||
}
|
||||
|
||||
|
||||
#ifdef GTKOSX
|
||||
_editor->update_canvas_now ();
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue