From 1e3e9c68c8c229127add0cb6e1bfa4a13314870d Mon Sep 17 00:00:00 2001 From: William Wilgus Date: Sun, 3 Dec 2023 10:28:48 -0500 Subject: [FixRed] Touchscreens in the YesNO dialog Change-Id: I69cb03d8ffe4a8ecc06517c9a455c3b38327c6be --- apps/gui/yesno.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/apps/gui/yesno.c b/apps/gui/yesno.c index f5de0f67a3..e3b22115df 100644 --- a/apps/gui/yesno.c +++ b/apps/gui/yesno.c @@ -29,8 +29,6 @@ #include "settings.h" #include "viewport.h" #include "appevents.h" - -//#include #include "splash.h" #include "backlight.h" @@ -283,7 +281,7 @@ enum yesno_res gui_syncyesno_run_w_tmo(int ticks, enum yesno_res tmo_default_res { int btn; short int x, y; - btn = action_get_touchscreen_press_in_vp(&x, &y, &(yn[0].vp)) + btn = action_get_touchscreen_press_in_vp(&x, &y, &(yn[0].vp)); if (btn == BUTTON_REL) { if (y > yn[0].vp.height/2) -- cgit v1.2.3