mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-31 19:07:43 +01:00
FP8: directly cancel solo (do not rely on GUI)
This commit is contained in:
parent
9c0fb6e49a
commit
7e9f29e888
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue