13
0
This commit is contained in:
nick_m 2016-05-28 05:17:43 +10:00
parent 3e6c80bbc0
commit 0d17c21410

View File

@ -3468,7 +3468,7 @@ BBTRulerDrag::motion (GdkEvent* event, bool first_move)
_editor->begin_reversible_command (_("dilate tempo"));
}
framepos_t const pf = adjusted_current_frame (event);
framepos_t const pf = adjusted_current_frame (event, false);
if (Keyboard::modifier_state_contains (event->button.state, ArdourKeyboard::constraint_modifier())) {
/* adjust previous tempo to match pointer frame */