mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-23 04:59:22 +02:00
customform: check for ifaActivate in TAppForm.Activate
git-svn-id: trunk@25625 -
This commit is contained in:
parent
5306a68682
commit
c71ccb5390
@ -84,7 +84,7 @@ end;
|
|||||||
|
|
||||||
procedure TAppForm.Activate;
|
procedure TAppForm.Activate;
|
||||||
begin
|
begin
|
||||||
if (InitAt=ifaShow) then
|
if (InitAt=ifaActivate) then
|
||||||
InitForm;
|
InitForm;
|
||||||
inherited Activate;
|
inherited Activate;
|
||||||
end;
|
end;
|
||||||
|
Loading…
Reference in New Issue
Block a user