소스 검색

提交遗漏

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