1
0
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:
Paul Peavyhouse 2019-10-21 15:27:57 -07:00
parent 901d108bae
commit 3264af9f0e

View File

@ -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);