13
0

Mackie Control: Shift/Select now toggles individual channels within group. Makes this the same as other grouped controls.

This commit is contained in:
Len Ovens 2016-02-02 09:03:27 -08:00
parent a7775559c1
commit 7229dccb3b

View File

@ -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()) {