mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
ctrl surfaces: fix logic error in toggle_roll() for surfaces
This commit is contained in:
parent
7406ad01bd
commit
9438914aca
1 changed files with 2 additions and 0 deletions
|
|
@ -710,6 +710,8 @@ BasicUI::toggle_roll (bool with_abort, bool roll_out_of_bounded_mode)
|
|||
} else if (session->get_play_range ()) {
|
||||
|
||||
session->request_cancel_play_range ();
|
||||
} else {
|
||||
session->request_stop (with_abort, true);
|
||||
}
|
||||
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue