mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-05 01:08:12 +02:00
IDE: fixed wrong activation message. issue #41561
This commit is contained in:
parent
f796680ac6
commit
441180f7e0
@ -613,7 +613,7 @@ end;
|
||||
procedure TMainIDEBar.WndProc(var Message: TLMessage);
|
||||
begin
|
||||
inherited WndProc(Message);
|
||||
if (Message.Msg=LM_ACTIVATE) and (Message.Result=0) then
|
||||
if (Message.Msg=LM_ACTIVATE) and (Message.Result=0) and (Lo(Message.WParam) <> WA_INACTIVE) then
|
||||
DoActive;
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user