Update lv_ddlist.c

This commit is contained in:
Samuel
2018-11-12 10:02:29 +08:00
committed by GitHub
parent 96cd245463
commit f2f7681be2

View File

@@ -525,8 +525,6 @@ static bool lv_ddlist_design(lv_obj_t * ddlist, const lv_area_t * mask, lv_desig
/*Add a down symbol in ddlist when closed*/
else
{
lv_ddlist_ext_t * ext = lv_obj_get_ext_attr(ddlist); /*fix a bomb here*/
/*Draw a arrow in ddlist if enabled*/
if(ext->draw_arrow)
{