diff --git a/gtk2_ardour/editor_ops.cc b/gtk2_ardour/editor_ops.cc index b05957d104..25df2fc4a8 100644 --- a/gtk2_ardour/editor_ops.cc +++ b/gtk2_ardour/editor_ops.cc @@ -579,7 +579,7 @@ Editor::nudge_backward (bool next, bool force_playhead) } } else { - + distance = get_nudge_distance (timepos_t (playhead_cursor()->current_sample ()), next_distance); if (_playhead_cursor->current_sample () > distance.samples()) { _session->request_locate ((timepos_t (_playhead_cursor->current_sample ()).earlier (distance)).samples()); } else {