mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-21 11:39:15 +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;
|
||||
begin
|
||||
if (InitAt=ifaShow) then
|
||||
if (InitAt=ifaActivate) then
|
||||
InitForm;
|
||||
inherited Activate;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user