Fixed: previous fix now actually compiles
This commit is contained in:
parent
796b67418e
commit
ee148afa98
@ -69,7 +69,7 @@ begin
|
|||||||
WriteBool('Maximized', (AForm.WindowState = wsMaximized));
|
WriteBool('Maximized', (AForm.WindowState = wsMaximized));
|
||||||
|
|
||||||
pPlacement.length := SizeOf(TWindowPlacement);
|
pPlacement.length := SizeOf(TWindowPlacement);
|
||||||
if GetWindowPlacement(AForm.Handle, @pPlacement) <> 0 then
|
if GetWindowPlacement(AForm.Handle, @pPlacement) then
|
||||||
with pPlacement.rcNormalPosition do
|
with pPlacement.rcNormalPosition do
|
||||||
begin
|
begin
|
||||||
WriteInteger('Left', Left);
|
WriteInteger('Left', Left);
|
||||||
|
Loading…
Reference in New Issue
Block a user