Update lv_list.c

This commit is contained in:
fallstool
2018-10-30 18:08:38 +08:00
committed by GitHub
parent 17bc493612
commit 6ecd3f1f8a

View File

@@ -156,6 +156,8 @@ void lv_list_clean(lv_obj_t * obj)
{
lv_obj_t * scrl = lv_page_get_scrl(obj);
lv_obj_clean(scrl);
lv_list_ext_t * ext = lv_obj_get_ext_attr(obj);
ext->size = 0;
}
/*======================