diff --git a/gtk2_ardour/editor_ops.cc b/gtk2_ardour/editor_ops.cc index aea3a69342..75f24e48af 100644 --- a/gtk2_ardour/editor_ops.cc +++ b/gtk2_ardour/editor_ops.cc @@ -2668,6 +2668,7 @@ Editor::transition_to_rolling (bool fwd) } _session->request_transport_speed (fwd ? 1.0f : -1.0f, false); + _session->request_roll (); } void