small fix for the X and Y scrollers

This commit is contained in:
zueuk 2008-08-27 17:23:45 +00:00
parent 84e472a9d6
commit b50b60f759

View File

@ -2213,6 +2213,8 @@ begin
cp.center[1] := 0;
txtCenterX.Text := '0';
txtCenterY.Text := '0';
scrollCenterX.Position := 0;
scrollCenterY.Position := 0;
UpdateFlame;
end;