mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-23 00:19:37 +02:00
LCL: TPage: removing pfAdded after destroying handle issue #7611
git-svn-id: trunk@10184 -
This commit is contained in:
parent
8a29f2f36c
commit
3febf01ee8
@ -140,6 +140,7 @@ end;
|
||||
procedure TCustomPage.DestroyHandle;
|
||||
begin
|
||||
inherited DestroyHandle;
|
||||
Exclude(FFlags,pfAdded);
|
||||
end;
|
||||
|
||||
{------------------------------------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user