summaryrefslogtreecommitdiff
path: root/apps/gui/wps.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/gui/wps.c')
-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 a5394981ae..cb73e6f92c 100644
--- a/apps/gui/wps.c
+++ b/apps/gui/wps.c
@@ -612,8 +612,12 @@ static void gwps_enter_wps(void)
612 } 612 }
613#endif 613#endif
614 display->backdrop_show(BACKDROP_SKIN_WPS); 614 display->backdrop_show(BACKDROP_SKIN_WPS);
615 /* make the backdrop actually take effect */
616 display->clear_display();
615 skin_update(gwps, WPS_REFRESH_ALL); 617 skin_update(gwps, WPS_REFRESH_ALL);
616 } 618 }
619 /* force statusbar/skin update since we just cleared the whole screen */
620 send_event(GUI_EVENT_ACTIONUPDATE, (void*)1);
617} 621}
618 622
619#ifdef HAVE_TOUCHSCREEN 623#ifdef HAVE_TOUCHSCREEN