Browse Source

提交遗漏

MaiXinRong 6 years ago
parent
commit
2740bdba9a
1 changed files with 1 additions and 1 deletions
  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