mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-20 11:59:08 +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
|
||||
begin
|
||||
FIsFirstOnActivate := False;
|
||||
if FActive then
|
||||
Activate;
|
||||
end;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user