minor fixes

This commit is contained in:
Gabor Kiss-Vamosi
2021-02-22 11:12:19 +01:00
parent 7197372b19
commit e8179407cd
3 changed files with 11 additions and 3 deletions

View File

@@ -35,7 +35,5 @@ 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, LV_ANIM_ON);
}
#endif