1
0
mirror of https://github.com/lvgl/lvgl.git synced 2025-01-21 06:53:01 +08:00

lv_imgbtn: bugfix

This commit is contained in:
Gabor Kiss-Vamosi 2019-02-18 05:57:18 +01:00
parent 20282ce89f
commit 9572c7d4ed

View File

@ -385,7 +385,7 @@ static void refr_img(lv_obj_t * imgbtn)
ext->act_cf = LV_IMG_CF_UNKOWN; ext->act_cf = LV_IMG_CF_UNKOWN;
} }
lv_obj_invalidate(imgbtn);
} }
#endif #endif