summaryrefslogtreecommitdiff
path: root/gtk2_ardour
diff options
context:
space:
mode:
authornick_m <mainsbridge@gmail.com>2016-05-28 03:21:16 +1000
committernick_m <mainsbridge@gmail.com>2016-05-28 03:21:16 +1000
commit2d7f755df6e96078b4557765ff3dd2ef2447419f (patch)
tree8e4f563050130f0221b94ddd6875d85be7f4f490 /gtk2_ardour
parent062e17a5421656febfafd08057fe6bc77804d89b (diff)
Enable snap for tempo dilation.
Diffstat (limited to 'gtk2_ardour')
-rw-r--r--gtk2_ardour/editor_drag.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/editor_drag.cc b/gtk2_ardour/editor_drag.cc
index ca07c5ffbb..bc640795fd 100644
--- a/gtk2_ardour/editor_drag.cc
+++ b/gtk2_ardour/editor_drag.cc
@@ -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, false);
+ framepos_t const pf = adjusted_current_frame (event);
if (Keyboard::modifier_state_contains (event->button.state, ArdourKeyboard::constraint_modifier())) {
/* adjust previous tempo to match pointer frame */