Fixed: changed poDesigned to poDefaultPosOnly
This commit is contained in:
parent
ba8347180b
commit
396934b857
@ -30,7 +30,7 @@ begin
|
|||||||
AForm.WindowState := wsMaximized
|
AForm.WindowState := wsMaximized
|
||||||
else with THackCustomForm(AForm) do begin
|
else with THackCustomForm(AForm) do begin
|
||||||
WindowState := wsNormal;
|
WindowState := wsNormal;
|
||||||
Position := poDesigned;
|
Position := poDefaultPosOnly;
|
||||||
Left := ReadInteger('Left', Left);
|
Left := ReadInteger('Left', Left);
|
||||||
Top := ReadInteger('Top', Top);
|
Top := ReadInteger('Top', Top);
|
||||||
Width := ReadInteger('Width', Width);
|
Width := ReadInteger('Width', Width);
|
||||||
|
Loading…
Reference in New Issue
Block a user