mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-05 11:38:04 +02:00
IDE: fixed wrong activation message. issue #41561
(cherry picked from commit 441180f7e0
)
Co-authored-by: zeljan1 <zeljko@holobit.hr>
This commit is contained in:
parent
6e9f268657
commit
c6da667143
@ -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