mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-05 15:37:50 +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);
|
procedure TMainIDEBar.WndProc(var Message: TLMessage);
|
||||||
begin
|
begin
|
||||||
inherited WndProc(Message);
|
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;
|
DoActive;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user