diff options
Diffstat (limited to 'apps/gui')
-rw-r--r-- | apps/gui/gwps.c | 5 |
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) break; #endif /* HAVE_TOUCHSCREEN */ case ACTION_REDRAW: /* yes are locked, just redraw */ - /* fall througgh */ - case ACTION_NONE: /* Timeout, do an partial update */ + wps_state.do_full_update = true; + break; + case ACTION_NONE: /* Timeout, do a partial update */ update = true; ffwd_rew(button); /* hopefully fix the ffw/rwd bug */ break; |