mirror of
https://gitee.com/anod/open_agb_firm.git
synced 2025-05-06 13:54:09 +08:00
修改选中配置项保留编辑项的问题
This commit is contained in:
parent
4148e22233
commit
2156415fef
@ -800,7 +800,10 @@ static atp_pageopt_t serve_on_key( atp_callerdata_t data, atp_counter_t index, a
|
|||||||
{
|
{
|
||||||
res = atp_select( "选择配置项后,按A进行键位配置", KEY_REMIX_LIMIT, select_krp, NULL, NULL, position, 0, &position );
|
res = atp_select( "选择配置项后,按A进行键位配置", KEY_REMIX_LIMIT, select_krp, NULL, NULL, position, 0, &position );
|
||||||
if( res == ATP_SUCCESS )
|
if( res == ATP_SUCCESS )
|
||||||
|
{
|
||||||
status = DISP_SETK;
|
status = DISP_SETK;
|
||||||
|
field = 0;
|
||||||
|
}
|
||||||
else break;
|
else break;
|
||||||
}
|
}
|
||||||
else if( status == DISP_SETK )
|
else if( status == DISP_SETK )
|
||||||
|
Loading…
x
Reference in New Issue
Block a user