Mackie protocol: Fix stuck-on Read LED.
This commit is contained in:
parent
73d901d889
commit
e622f3e5b6
@ -790,9 +790,9 @@ Surface::turn_it_on ()
|
|||||||
|
|
||||||
update_view_mode_display (false);
|
update_view_mode_display (false);
|
||||||
|
|
||||||
if (_mcp.device_info ().has_global_controls ()) {
|
// if (_mcp.device_info ().has_global_controls ()) {
|
||||||
_mcp.update_global_button (Button::Read, _mcp.metering_active ());
|
// _mcp.update_global_button (Button::Read, _mcp.metering_active ());
|
||||||
}
|
// }
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
|
Loading…
Reference in New Issue
Block a user