mirror of
https://github.com/lvgl/lvgl.git
synced 2026-05-30 15:17:33 +08:00
refactor: rename cnt to count
This commit is contained in:
@@ -1110,7 +1110,7 @@ static void color_changer_anim_cb(void * var, int32_t v)
|
||||
if(v > LV_OPA_COVER) v = LV_OPA_COVER;
|
||||
|
||||
uint32_t i;
|
||||
for(i = 0; i < lv_obj_get_child_cnt(obj); i++) {
|
||||
for(i = 0; i < lv_obj_get_child_count(obj); i++) {
|
||||
lv_obj_set_style_opa(lv_obj_get_child(obj, i), v, 0);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user