X-Git-Url: https://main.carlh.net/gitweb/?p=ardour.git;a=blobdiff_plain;f=gtk2_ardour%2Feditor_summary.cc;fp=gtk2_ardour%2Feditor_summary.cc;h=8beef9050920f1322af61864525d6b46b48aa49b;hp=4a8598d59c11d86bb169defc58c200b5f0360de9;hb=47767738b9aee165a03f09f8ba222179bb73aeb6;hpb=3c00048b0c0dbf3efd17cf04fdc7daa91424e338 diff --git a/gtk2_ardour/editor_summary.cc b/gtk2_ardour/editor_summary.cc index 4a8598d59c..8beef90509 100644 --- a/gtk2_ardour/editor_summary.cc +++ b/gtk2_ardour/editor_summary.cc @@ -437,7 +437,7 @@ EditorSummary::on_key_press_event (GdkEventKey* key) if (key->keyval == set_playhead_accel.accel_key && (int) key->state == set_playhead_accel.accel_mods) { if (_session) { get_pointer (x, y); - _session->request_locate (_start + (samplepos_t) x / _x_scale, DoTheRightThing); + _session->request_locate (_start + (samplepos_t) x / _x_scale, RollIfAppropriate); return true; } }