mirror of
https://github.com/lvgl/lvgl.git
synced 2025-01-14 06:42:58 +08:00
fix obj_del_core
This commit is contained in:
parent
6b3aa73c17
commit
2d3ad7f99f
@ -3268,7 +3268,7 @@ static void obj_del_core(lv_obj_t * obj)
|
||||
i_next = lv_ll_get_next(&(obj->child_ll), i);
|
||||
|
||||
/*Call the recursive del to the child too*/
|
||||
lv_obj_del(i);
|
||||
obj_del_core(i);
|
||||
|
||||
/*Set i to the next node*/
|
||||
i = i_next;
|
||||
|
Loading…
x
Reference in New Issue
Block a user