mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-13 17:59:32 +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,7 +716,8 @@ begin
|
||||
if FIsFirstOnActivate then
|
||||
begin
|
||||
FIsFirstOnActivate := False;
|
||||
Activate;
|
||||
if FActive then
|
||||
Activate;
|
||||
end;
|
||||
end;
|
||||
FDelayedWMMove := False;
|
||||
|
Loading…
Reference in New Issue
Block a user