mirror of
https://gitee.com/zlgopen/awtk.git
synced 2024-12-03 12:37:43 +08:00
improve color_component_on_event
This commit is contained in:
parent
8cc6bbfe30
commit
f92065e28e
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user