fix(scroll): varius fixes on lv_obj_scroll_to_view and snapping

This commit is contained in:
Gabor Kiss-Vamosi
2021-02-27 10:56:46 +01:00
parent 8f48cf5cc7
commit 950124f5a0
6 changed files with 131 additions and 69 deletions

View File

@@ -35,5 +35,8 @@ void lv_example_tabview_1(void)
label = lv_label_create(tab3, NULL);
lv_label_set_text(label, "Third tab");
lv_obj_scroll_to_view_recursive(label, 1);
}
#endif