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:
Christian Soffke 2026-05-03 21:51:20 +02:00
parent c145d19e85
commit 42841d493f

View file

@ -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;
}