From b50b60f759250d390f0b8cdcb4550e784d7be464 Mon Sep 17 00:00:00 2001 From: zueuk Date: Wed, 27 Aug 2008 17:23:45 +0000 Subject: [PATCH] small fix for the X and Y scrollers --- 2.10/Source/Adjust.pas | 2 ++ 1 file changed, 2 insertions(+) diff --git a/2.10/Source/Adjust.pas b/2.10/Source/Adjust.pas index 2285f42..af26dc3 100644 --- a/2.10/Source/Adjust.pas +++ b/2.10/Source/Adjust.pas @@ -2213,6 +2213,8 @@ begin cp.center[1] := 0; txtCenterX.Text := '0'; txtCenterY.Text := '0'; + scrollCenterX.Position := 0; + scrollCenterY.Position := 0; UpdateFlame; end;