lv_list: fit is removed and moved to list style as widthe_sb

This commit is contained in:
Kiss-Vamosi Gabor
2017-01-08 15:58:31 +01:00
parent 1945e356e2
commit a2b90eb9a9
9 changed files with 20 additions and 79 deletions

View File

@@ -143,7 +143,6 @@ static void fsel_refr(void)
fsel_list = lv_list_create(fsel_win, NULL);
lv_obj_set_width(fsel_list, app_style->win_useful_w);
lv_obj_set_style(fsel_list, lv_lists_get(LV_LISTS_TRANSP, NULL));
lv_list_set_fit(fsel_list, LV_LIST_FIT_WIDTH_SB);
lv_obj_set_drag_parent(fsel_list, true);
lv_obj_set_drag_parent(lv_page_get_scrl(fsel_list), true);
lv_rect_set_fit(fsel_list, false, true);