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

Update lv_ddlist.c

This commit is contained in:
Samuel 2018-11-08 23:26:43 +08:00 committed by GitHub
parent 8fd442531f
commit 075f8740d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -497,6 +497,7 @@ static bool lv_ddlist_design(lv_obj_t * ddlist, const lv_area_t * mask, lv_desig
lv_label_get_text(ext->label), LV_TXT_FLAG_NONE, NULL);
}
}
#if LV_DDLIST_USE_STYLE_INDC != 0
//Add a down symbol in ddlist
else
{
@ -532,7 +533,7 @@ static bool lv_ddlist_design(lv_obj_t * ddlist, const lv_area_t * mask, lv_desig
}
}
}
#endif
/*Draw the scrollbar in the ancestor page design function*/
ancestor_design(ddlist, mask, mode);
}