fix(scroll): varius fixes on lv_obj_scroll_to_view and snapping
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user