Explorar o código

正常计量,不应报错。Rela: Bug #1533 删除变更令重新调用,不应报错

MaiXinRong %!s(int64=7) %!d(string=hai) anos
pai
achega
e54e63f282
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Units/UtilMethods.pas

+ 1 - 1
Units/UtilMethods.pas

@@ -241,7 +241,7 @@ end;
 
 function CommonCalcRoundTo(AValue: Double): Double;
 begin
-  Result := CommonRoundTo(AValue, 12);
+  Result := CommonRoundTo(AValue, -12);
 end;
 
 {Interface Control}