From cd76d5ac09c00e071686b1728cb4b533e51cdfe6 Mon Sep 17 00:00:00 2001 From: CTCaer Date: Sat, 15 Aug 2020 12:22:01 +0300 Subject: [PATCH] nyx: Fix hang on using B button after Launch window --- nyx/nyx_gui/frontend/gui.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nyx/nyx_gui/frontend/gui.c b/nyx/nyx_gui/frontend/gui.c index cfd4c24..21b4453 100644 --- a/nyx/nyx_gui/frontend/gui.c +++ b/nyx/nyx_gui/frontend/gui.c @@ -1372,6 +1372,8 @@ static lv_res_t _win_launch_close_action(lv_obj_t * btn) launch_bg_done = true; } + close_btn = NULL; + return LV_RES_INV; }