customform: check for ifaActivate in TAppForm.Activate

git-svn-id: trunk@25625 -
This commit is contained in:
blikblum 2010-05-25 00:24:13 +00:00
parent 5306a68682
commit c71ccb5390

View File

@ -84,7 +84,7 @@ end;
procedure TAppForm.Activate;
begin
if (InitAt=ifaShow) then
if (InitAt=ifaActivate) then
InitForm;
inherited Activate;
end;