Skip to content
This repository has been archived by the owner on Aug 11, 2022. It is now read-only.

Commit

Permalink
lv_test_tabview: remove test code
Browse files Browse the repository at this point in the history
  • Loading branch information
kisvegabor committed Oct 12, 2018
1 parent c3afbc9 commit 6cb7d55
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions lv_tests/lv_test_objx/lv_test_tabview/lv_test_tabview.c
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,6 @@ void lv_test_tabview_1(void)
lv_obj_t * tv2 = lv_tabview_create(lv_scr_act(), tv1);
lv_obj_align(tv2, NULL, LV_ALIGN_IN_TOP_RIGHT, 0, 0);


lv_tabview_ext_t * tv_ext = lv_obj_get_ext_attr(tv1);
char ** btnm_map = (char **)lv_btnm_get_map(tv_ext->btns);
btnm_map[1][0] |= LV_BTNM_INACTIVE_MASK;

lv_obj_t * tab = lv_tabview_get_tab(tv2, 0);
lv_obj_t * label = lv_label_create(tab, NULL);
lv_label_set_text(label, "This is\n\n\nA long text\n\n\ntext\n\n\non the\n\n\nsecond\n\n\ntab\n\n\nto see\n\n\nthe scrolling");
Expand Down

0 comments on commit 6cb7d55

Please sign in to comment.