瀏覽代碼

提交遗漏

MaiXinRong 6 年之前
父節點
當前提交
2740bdba9a
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Forms/OptionFrm.pas

+ 1 - 1
Forms/OptionFrm.pas

@@ -155,7 +155,7 @@ procedure TOptionForm.edtOverRangePercentKeyDown(Sender: TObject;
 var
   fPer: Double;
 begin
-  if Key = #13 then
+  if (Key = 13) then
   begin
     fPer := StrToIntDef(TEdit(Sender).text, 0);
     if (fPer < 50) then