13
0

Force Flip normal before Bank (fixes #6630)

This commit is contained in:
Len Ovens 2015-10-10 19:59:29 -07:00
parent 7535947eb1
commit 6faec91dd9

View File

@ -342,7 +342,7 @@ MackieControlProtocol::switch_banks (uint32_t initial, bool force)
*/
return;
}
set_flip_mode (Normal);
_current_initial_bank = initial;
_current_selected_track = -1;