mirror of
https://gitee.com/anod/open_agb_firm.git
synced 2025-05-07 14:24:12 +08:00
修正编译问题
This commit is contained in:
parent
b5412bead2
commit
65e8f82d4d
@ -309,8 +309,9 @@ atp_error_t atp_select( atp_text_t title, atp_counter_t cnt, atp_itemprovider_t
|
||||
REFRESH_PAGE;
|
||||
break;
|
||||
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, SELECTED_ROW(idx_top, title_len, item_sel), provider, data );
|
||||
draw_one_option( item_sel, item_sel, row, provider, data );
|
||||
break;
|
||||
default:
|
||||
;
|
||||
|
Loading…
x
Reference in New Issue
Block a user