From 265eef2a2e794dde67612529f9605834d52b88b0 Mon Sep 17 00:00:00 2001 From: anod <182859762@qq.com> Date: Mon, 17 Oct 2022 14:09:23 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95=E6=93=A6=E9=99=A4=E5=8C=BA?= =?UTF-8?q?=E5=9F=9F=E7=9A=84=E4=BB=A3=E7=A0=81=E6=95=88=E6=9E=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/arm11/atp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/arm11/atp.c b/source/arm11/atp.c index 82a35fa..2e7258f 100644 --- a/source/arm11/atp.c +++ b/source/arm11/atp.c @@ -311,7 +311,7 @@ atp_error_t atp_select( atp_text_t title, atp_counter_t cnt, atp_itemprovider_t case ATP_PAGE_UPDATE: int row = SELECTED_ROW(idx_top, title_len, item_sel); screen_clean_zone( CONTAINER_LEFTTOP_X, CONTAINER_LEFTTOP_Y+FONT_HEIGHT*(row), CONTAINER_RECT_WIDTH, FONT_HEIGHT ); - draw_one_option( item_sel, item_sel, row, provider, data ); + //draw_one_option( item_sel, item_sel, row, provider, data ); break; default: ;