Skip to content

Commit

Permalink
win: fix if created as screen
Browse files Browse the repository at this point in the history
  • Loading branch information
kisvegabor committed Jan 30, 2020
1 parent eb44a75 commit 0c093da
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lv_objx/lv_win.c
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ lv_obj_t * lv_win_create(lv_obj_t * par, const lv_obj_t * copy)

lv_obj_set_size(new_win, w, h);

lv_obj_set_pos(new_win, 0, 0);
lv_obj_set_style(new_win, &lv_style_pretty);

ext->page = lv_page_create(new_win, NULL);
Expand Down

0 comments on commit 0c093da

Please sign in to comment.