13
0

FP8: directly cancel solo (do not rely on GUI)

This commit is contained in:
Robin Gareus 2022-12-26 13:30:09 +01:00
parent 9c0fb6e49a
commit 7e9f29e888
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04

View File

@ -78,7 +78,7 @@ FaderPort8::setup_actions ()
#ifdef FP8_MUTESOLO_UNDO
BindMethod (BtnSoloClear, button_solo_clear);
#else
BindAction (BtnSoloClear, "Main", "cancel-solo");
BindMethod (BtnSoloClear, cancel_all_solo);
#endif
BindMethod (BtnMuteClear, button_mute_clear);