From 7e9f29e88836ddcc2dac7e209e9f2db54e86ed43 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Mon, 26 Dec 2022 13:30:09 +0100 Subject: [PATCH] FP8: directly cancel solo (do not rely on GUI) --- libs/surfaces/faderport8/actions.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/surfaces/faderport8/actions.cc b/libs/surfaces/faderport8/actions.cc index 3d321197dc..674668ee6b 100644 --- a/libs/surfaces/faderport8/actions.cc +++ b/libs/surfaces/faderport8/actions.cc @@ -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);