Fader Group override (allow to enable on disabled groups/predicates)
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user