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,7 +716,8 @@ begin
if FIsFirstOnActivate then
begin
FIsFirstOnActivate := False;
Activate;
if FActive then
Activate;
end;
end;
FDelayedWMMove := False;