mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-18 21:42:51 +02:00
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:
parent
b129c0dd56
commit
e91c53d5bc
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user