summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/gui/wps.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/gui/wps.c b/apps/gui/wps.c
index a539498..cb73e6f 100644
--- a/apps/gui/wps.c
+++ b/apps/gui/wps.c
@@ -612,8 +612,12 @@ static void gwps_enter_wps(void)
}
#endif
display->backdrop_show(BACKDROP_SKIN_WPS);
+ /* make the backdrop actually take effect */
+ display->clear_display();
skin_update(gwps, WPS_REFRESH_ALL);
}
+ /* force statusbar/skin update since we just cleared the whole screen */
+ send_event(GUI_EVENT_ACTIONUPDATE, (void*)1);
}
#ifdef HAVE_TOUCHSCREEN