From 8ceaf7bb7277f61b1ebfce816a0e05a3674d25c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nils=20Wallm=C3=A9nius?= Date: Sun, 15 Nov 2009 16:45:25 +0000 Subject: Fix scrolling lines that keep scrolling after exiting plugins and scrolling lines from the fm screen that keep scrolling in the radio context menu, closes FS#10616, git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23633 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugin.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'apps/plugin.c') diff --git a/apps/plugin.c b/apps/plugin.c index b0a57d6..f59e42e 100644 --- a/apps/plugin.c +++ b/apps/plugin.c @@ -803,6 +803,11 @@ int plugin_load(const char* plugin, const void* parameter) button_clear_queue(); + lcd_clear_display(); +#ifdef HAVE_LCD_REMOTE + lcd_remote_clear_display(); +#endif + #ifdef HAVE_LCD_BITMAP lcd_setfont(FONT_UI); #if LCD_DEPTH > 1 -- cgit v1.1