Fader Group override (allow to enable on disabled groups/predicates)

This commit is contained in:
Robin Gareus 2017-03-11 19:00:06 +01:00
parent c29568f4c5
commit 69bcc38e99

View File

@ -585,7 +585,7 @@ GainMeterBase::fader_moved ()
// (this breaks group'ed shift+click reset)
if (Keyboard::the_keyboard().key_is_down (GDK_Shift_R)
|| Keyboard::the_keyboard().key_is_down (GDK_Shift_L)) {
_control->set_value (value, Controllable::NoGroup);
_control->set_value (value, Controllable::InverseGroup);
} else {
_control->set_value (value, Controllable::UseGroup);
}