fix minor example issues
This commit is contained in:
@@ -820,6 +820,7 @@ static void theme_apply(lv_theme_t * th, lv_obj_t * obj)
|
||||
}
|
||||
else if(lv_obj_check_type(obj, &lv_dropdownlist_class)) {
|
||||
lv_obj_add_style(obj, &styles->card, 0);
|
||||
lv_obj_add_style(obj, &styles->clip_corner, 0);
|
||||
lv_obj_add_style(obj, &styles->line_space_large, 0);
|
||||
lv_obj_add_style(obj, &styles->dropdown_list, 0);
|
||||
lv_obj_add_style(obj, &styles->scrollbar, LV_PART_SCROLLBAR);
|
||||
|
||||
Reference in New Issue
Block a user