fix websockets toggle_roll
Also fix BasicUI::toggle_roll who is supposed to do the same as spacebar but doesn't.
This commit is contained in:
committed by
Robin Gareus
parent
d5df5847e1
commit
a77ac7107f
@@ -623,7 +623,7 @@ BasicUI::toggle_click ()
|
||||
}
|
||||
|
||||
void
|
||||
BasicUI::toggle_roll (bool roll_out_of_bounded_mode)
|
||||
BasicUI::toggle_roll (bool with_abort, bool roll_out_of_bounded_mode)
|
||||
{
|
||||
/* TO BE KEPT IN SYNC WITH ARDOUR_UI::toggle_roll() */
|
||||
|
||||
@@ -672,7 +672,7 @@ BasicUI::toggle_roll (bool roll_out_of_bounded_mode)
|
||||
}
|
||||
|
||||
} else {
|
||||
session->request_stop (true, true);
|
||||
session->request_stop (with_abort, true);
|
||||
}
|
||||
|
||||
} else { /* not rolling */
|
||||
|
||||
Reference in New Issue
Block a user