mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-08 07:45:00 +01:00
mackie: make shift-click use InverseGroup semantics as intended, not NoGroup
This commit is contained in:
parent
23f457e81e
commit
9cfd76c026
1 changed files with 1 additions and 1 deletions
|
|
@ -959,7 +959,7 @@ Strip::handle_button (Button& button, ButtonState bs)
|
||||||
Controllable::GroupControlDisposition gcd;
|
Controllable::GroupControlDisposition gcd;
|
||||||
|
|
||||||
if (_surface->mcp().main_modifier_state() & MackieControlProtocol::MODIFIER_SHIFT) {
|
if (_surface->mcp().main_modifier_state() & MackieControlProtocol::MODIFIER_SHIFT) {
|
||||||
gcd = Controllable::NoGroup;
|
gcd = Controllable::InverseGroup;
|
||||||
} else {
|
} else {
|
||||||
gcd = Controllable::UseGroup;
|
gcd = Controllable::UseGroup;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue