LCL: fixed regression, activate from delayed event should be called only if we are active form. issue #36877

git-svn-id: trunk@62892 -
This commit is contained in:
zeljko 2020-04-05 16:13:21 +00:00
parent b129c0dd56
commit e91c53d5bc

View File

@ -716,6 +716,7 @@ begin
if FIsFirstOnActivate then if FIsFirstOnActivate then
begin begin
FIsFirstOnActivate := False; FIsFirstOnActivate := False;
if FActive then
Activate; Activate;
end; end;
end; end;