Correct wrong value on LCD strip when fader is touched (fixs #6619 from Petr Vejsada)

This commit is contained in:
Len Ovens 2015-10-11 23:24:14 -07:00
parent 796e404819
commit 79113144ef

View file

@ -592,7 +592,7 @@ Strip::fader_touch_event (Button&, ButtonState bs)
_fader->start_touch (_surface->mcp().transport_frame());
if (ac) {
queue_parameter_display ((AutomationType) ac->parameter().type(), ac->internal_to_interface (ac->get_value()));
queue_parameter_display ((AutomationType) ac->parameter().type(), ac->get_value());
}
}