*** empty log message ***

This commit is contained in:
ronaldhordijk 2005-03-23 13:49:36 +00:00
parent b53b214b20
commit 58d2734057

View File

@ -157,7 +157,7 @@ begin
scrollBrightness.Position := trunc(cp.Brightness * 100);
scrollVibrancy.Position := trunc(cp.vibrancy * 100);
scrollZoom.Position := trunc(cp.zoom * 100);
if (abs(cp.Center[0]) < 1000) and (abs(cp.Center[0]) < 1000) then begin
if (abs(cp.Center[0]) < 1000) and (abs(cp.Center[1]) < 1000) then begin
scrollCenterX.Position := trunc(cp.Center[0] * 100);
scrollCenterY.Position := trunc(cp.Center[1] * 100);
end else begin