From 58d2734057870e04821c28d1584155da56d4848b Mon Sep 17 00:00:00 2001 From: ronaldhordijk Date: Wed, 23 Mar 2005 13:49:36 +0000 Subject: [PATCH] *** empty log message *** --- 2.02g/Source/Adjust.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2.02g/Source/Adjust.pas b/2.02g/Source/Adjust.pas index 283017f..bda7529 100644 --- a/2.02g/Source/Adjust.pas +++ b/2.02g/Source/Adjust.pas @@ -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