summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/gui/gwps.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/apps/gui/gwps.c b/apps/gui/gwps.c
index d7a27e8eb9..b369edaf34 100644
--- a/apps/gui/gwps.c
+++ b/apps/gui/gwps.c
@@ -601,9 +601,19 @@ long gui_wps_show(void)
601 /* screen settings */ 601 /* screen settings */
602#ifdef BUTTON_F3 602#ifdef BUTTON_F3
603 case BUTTON_F3: 603 case BUTTON_F3:
604#ifdef HAVE_LCD_COLOR
605 show_main_backdrop();
606#endif
604 if (quick_screen_f3(button)) 607 if (quick_screen_f3(button))
605 return SYS_USB_CONNECTED; 608 return SYS_USB_CONNECTED;
609#ifdef HAVE_LCD_BITMAP
610 FOR_NB_SCREENS(i)
611 {
612 gui_wps_set_margin(&gui_wps[i]);
613 }
614#endif
606 restore = true; 615 restore = true;
616 lastbutton = 0;
607 break; 617 break;
608#endif 618#endif
609 619