transition-to-roll should work whether rolling or stopped

This commit is contained in:
Paul Davis 2021-05-04 15:57:03 -06:00
parent 8c427279d9
commit 981fc6b3cd
1 changed files with 1 additions and 0 deletions

View File

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