13
0

mackie: make shift-click use InverseGroup semantics as intended, not NoGroup

This commit is contained in:
Paul Davis 2016-01-31 21:53:29 -05:00
parent 23f457e81e
commit 9cfd76c026

View File

@ -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;
}