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;