Mackie Control: Shift/Select now toggles individual channels within group. Makes this the same as other grouped controls.
This commit is contained in:
parent
a7775559c1
commit
7229dccb3b
@ -2073,7 +2073,7 @@ MackieControlProtocol::select_range ()
|
||||
if (!routes.empty()) {
|
||||
for (RouteList::iterator r = routes.begin(); r != routes.end(); ++r) {
|
||||
|
||||
if (main_modifier_state() == MODIFIER_CONTROL) {
|
||||
if (main_modifier_state() == MODIFIER_SHIFT) {
|
||||
ToggleRouteSelection ((*r)->remote_control_id ());
|
||||
} else {
|
||||
if (r == routes.begin()) {
|
||||
|
Loading…
Reference in New Issue
Block a user