SVN-Revision: r849
This commit is contained in:
wyf
2025-07-10 01:40:31 +00:00
parent 664fd1c749
commit 5c3a1675e1
2 changed files with 8 additions and 14 deletions
@@ -64,8 +64,5 @@ namespace Lskj.Control.BrowserSetting
} }
} }
break; break;
} case 38://↑
return false; if (keyEvent.Event
}
}
}
@@ -67,8 +67,5 @@ namespace Lskj.Control.BrowserSetting2
} }
} }
break; break;
} case 38://↑
return false; if (keyEvent.EventT
}
}
}