修改选中配置项保留编辑项的问题

This commit is contained in:
anod 2023-04-24 17:36:23 +08:00
parent 4148e22233
commit 2156415fef

View File

@ -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 );
if( res == ATP_SUCCESS )
{
status = DISP_SETK;
field = 0;
}
else break;
}
else if( status == DISP_SETK )