13
0

Mackie protocol: Fix stuck-on Read LED.

This commit is contained in:
Ben Loftis 2016-01-30 21:38:18 -06:00
parent 73d901d889
commit e622f3e5b6

View File

@ -790,9 +790,9 @@ Surface::turn_it_on ()
update_view_mode_display (false);
if (_mcp.device_info ().has_global_controls ()) {
_mcp.update_global_button (Button::Read, _mcp.metering_active ());
}
// if (_mcp.device_info ().has_global_controls ()) {
// _mcp.update_global_button (Button::Read, _mcp.metering_active ());
// }
}
void