mirror of
https://github.com/lvgl/lvgl.git
synced 2025-01-28 07:03:00 +08:00
Fixing failure to invalidate indicator
This commit is contained in:
parent
901d108bae
commit
3264af9f0e
@ -950,6 +950,8 @@ static void next_color_mode(lv_obj_t * cpicker)
|
||||
|
||||
static void refr_indic_pos(lv_obj_t * cpicker)
|
||||
{
|
||||
invalidate_indic(cpicker);
|
||||
|
||||
lv_cpicker_ext_t * ext = lv_obj_get_ext_attr(cpicker);
|
||||
lv_coord_t w = lv_obj_get_width(cpicker);
|
||||
lv_coord_t h = lv_obj_get_height(cpicker);
|
||||
|
Loading…
x
Reference in New Issue
Block a user