mirror of
https://github.com/Rockbox/rockbox.git
synced 2026-05-12 11:43:16 -04:00
gui: inbuilt statusbar: defer viewport update
Don't independently update the statusbar viewport when rendering the skin Change-Id: Idb5a983c5b08fe60db7ab239d6dfbc60190768fb
This commit is contained in:
parent
c145d19e85
commit
42841d493f
1 changed files with 0 additions and 1 deletions
|
|
@ -331,7 +331,6 @@ void gui_statusbar_draw(struct gui_statusbar * bar, bool force_redraw, struct vi
|
|||
}
|
||||
#endif
|
||||
display->setfont(FONT_UI);
|
||||
display->update_viewport();
|
||||
display->set_viewport(last_vp);
|
||||
bar->lastinfo = bar->info;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue