transition-to-roll should not set the default transport speed

This commit is contained in:
Paul Davis 2021-05-04 15:37:04 -06:00
parent 1f18b4905d
commit 8c427279d9

View File

@ -2667,7 +2667,7 @@ Editor::transition_to_rolling (bool fwd)
return;
}
_session->request_transport_speed (fwd ? 1.0f : -1.0f);
_session->request_transport_speed (fwd ? 1.0f : -1.0f, false);
}
void