mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-15 14:30:44 +01:00
LCL: Assign parameters in LCLSendShowWindowMsg. Issue #40212, patch by Alexey Torgashin.
This commit is contained in:
parent
74cd012d9c
commit
cacdbc65f4
@ -226,7 +226,8 @@ var
|
||||
begin
|
||||
FillChar(Mess,SizeOf(Mess),0);
|
||||
Mess.Msg := LM_SHOWWINDOW;
|
||||
Mess.Show := True;
|
||||
Mess.Show := Show;
|
||||
Mess.Status := Status;
|
||||
|
||||
Result := DeliverMessage(Target, Mess);
|
||||
end;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user