13
0

FP8: call directly into session.

This commit is contained in:
Robin Gareus 2017-09-18 17:24:57 +02:00
parent 8337982766
commit 766113a024

View File

@ -322,7 +322,7 @@ FaderPort8::button_solo_clear ()
_solo_state.push_back (boost::weak_ptr<AutomationControl>(sc)); _solo_state.push_back (boost::weak_ptr<AutomationControl>(sc));
} }
} }
AccessAction ("Main", "cancel-solo"); cancel_all_solo (); // AccessAction ("Main", "cancel-solo");
} else { } else {
/* restore solo */ /* restore solo */
boost::shared_ptr<ControlList> cl (new ControlList); boost::shared_ptr<ControlList> cl (new ControlList);