mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
editing: a partiaally implemented version of TempoTwistDrag, to be completed.
This commit is contained in:
parent
86e7a1b259
commit
b5487415ec
6 changed files with 80 additions and 255 deletions
|
|
@ -829,7 +829,7 @@ Editor::button_press_handler_1 (ArdourCanvas::Item* item, GdkEvent* event, ItemT
|
|||
_drags->set (new CursorDrag (this, *_playhead_cursor, false), event);
|
||||
} else if (ArdourKeyboard::indicates_constraint (event->button.state)
|
||||
&& Keyboard::modifier_state_contains (event->button.state, Keyboard::PrimaryModifier)) {
|
||||
// _drags->set (new TempoTwistDrag (this, item), event);
|
||||
_drags->set (new TempoTwistDrag (this, item), event);
|
||||
} else if (ArdourKeyboard::indicates_constraint (event->button.state)) {
|
||||
_drags->set (new BBTRulerDrag (this, item), event);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue