improve color_component_on_event

This commit is contained in:
xianjimli 2019-12-18 11:34:19 +08:00
parent 8cc6bbfe30
commit f92065e28e

View File

@ -60,6 +60,7 @@ static ret_t color_component_on_event(widget_t* widget, event_t* e) {
pointer_event_t* evt = (pointer_event_t*)e;
if (component->pressed) {
color_component_update_pressed(widget, evt);
return RET_STOP;
}
break;
}