mackie: make shift-click use InverseGroup semantics as intended, not NoGroup
This commit is contained in:
parent
23f457e81e
commit
9cfd76c026
@ -959,7 +959,7 @@ Strip::handle_button (Button& button, ButtonState bs)
|
||||
Controllable::GroupControlDisposition gcd;
|
||||
|
||||
if (_surface->mcp().main_modifier_state() & MackieControlProtocol::MODIFIER_SHIFT) {
|
||||
gcd = Controllable::NoGroup;
|
||||
gcd = Controllable::InverseGroup;
|
||||
} else {
|
||||
gcd = Controllable::UseGroup;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user