mirror of
https://github.com/lvgl/lvgl.git
synced 2025-01-21 06:53:01 +08:00
Update lv_ddlist.c
This commit is contained in:
parent
8fd442531f
commit
075f8740d4
@ -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);
|
lv_label_get_text(ext->label), LV_TXT_FLAG_NONE, NULL);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
#if LV_DDLIST_USE_STYLE_INDC != 0
|
||||||
//Add a down symbol in ddlist
|
//Add a down symbol in ddlist
|
||||||
else
|
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*/
|
/*Draw the scrollbar in the ancestor page design function*/
|
||||||
ancestor_design(ddlist, mask, mode);
|
ancestor_design(ddlist, mask, mode);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user