gui: inbuilt statusbar: defer viewport update

rockbox-gerrit-noreply--- via rockbox-cvs <[email protected]> Mon, 4 May 2026 13:16:17 -0400
Newsgroups gmane.comp.systems.archos.rockbox.cvs
Message-ID <[email protected]>
commit 42841d493f24c32da2df67d0534844401db55189
Author: Christian Soffke <[email protected]>
Date:   Sun May 3 21:51:20 2026 +0200

    gui: inbuilt statusbar: defer viewport update
    
    Don't independently update the statusbar
    viewport when rendering the skin
    
    Change-Id: Idb5a983c5b08fe60db7ab239d6dfbc60190768fb

diff --git a/apps/gui/statusbar.c b/apps/gui/statusbar.c
index 9eda934d2e..d4dd6d0590 100644
--- a/apps/gui/statusbar.c
+++ b/apps/gui/statusbar.c
@@ -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;
     }
-- 
rockbox-cvs mailing list
[email protected]
https://lists.haxx.se/mailman/listinfo/rockbox-cvs