summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/gui/gwps.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/apps/gui/gwps.c b/apps/gui/gwps.c
index af9cea6419..50382a58ad 100644
--- a/apps/gui/gwps.c
+++ b/apps/gui/gwps.c
@@ -768,8 +768,9 @@ long gui_wps_show(void)
768 break; 768 break;
769#endif /* HAVE_TOUCHSCREEN */ 769#endif /* HAVE_TOUCHSCREEN */
770 case ACTION_REDRAW: /* yes are locked, just redraw */ 770 case ACTION_REDRAW: /* yes are locked, just redraw */
771 /* fall througgh */ 771 wps_state.do_full_update = true;
772 case ACTION_NONE: /* Timeout, do an partial update */ 772 break;
773 case ACTION_NONE: /* Timeout, do a partial update */
773 update = true; 774 update = true;
774 ffwd_rew(button); /* hopefully fix the ffw/rwd bug */ 775 ffwd_rew(button); /* hopefully fix the ffw/rwd bug */
775 break; 776 break;