mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-10 23:46:20 +01:00
do playhead locate/drag for mouse drag on ruler
This commit is contained in:
parent
c5883a8241
commit
1492e7bb29
1 changed files with 5 additions and 0 deletions
|
|
@ -681,6 +681,11 @@ Editor::button_press_handler_1 (ArdourCanvas::Item* item, GdkEvent* event, ItemT
|
|||
return true;
|
||||
break;
|
||||
|
||||
case ClockRulerItem:
|
||||
_drags->set (new CursorDrag (this, *playhead_cursor, true), event);
|
||||
return true;
|
||||
break;
|
||||
|
||||
case RangeMarkerBarItem:
|
||||
case CdMarkerBarItem:
|
||||
case TempoBarItem:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue