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