forked from len0rd/rockbox
only call display->setmargins() once
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12706 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
fd30be5545
commit
4949818c24
1 changed files with 1 additions and 2 deletions
|
@ -408,8 +408,7 @@ static void gui_list_draw(struct gui_list * gui_list)
|
||||||
gui_list->start_item + lines, VERTICAL);
|
gui_list->start_item + lines, VERTICAL);
|
||||||
}
|
}
|
||||||
|
|
||||||
screen_set_xmargin(display, old_xmargin);
|
display->setmargins(old_xmargin, old_ymargin);
|
||||||
screen_set_ymargin(display, old_ymargin);
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
gui_textarea_update(display);
|
gui_textarea_update(display);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue