mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 23:05:04 +01:00
Force Flip normal before Bank (fixes #6630)
This commit is contained in:
parent
7535947eb1
commit
6faec91dd9
1 changed files with 1 additions and 1 deletions
|
|
@ -342,7 +342,7 @@ MackieControlProtocol::switch_banks (uint32_t initial, bool force)
|
||||||
*/
|
*/
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
set_flip_mode (Normal);
|
||||||
_current_initial_bank = initial;
|
_current_initial_bank = initial;
|
||||||
_current_selected_track = -1;
|
_current_selected_track = -1;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue