mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-30 17:50:19 +02:00
cocoa: restore the proper notification about windowstate change. Regression was caused when window handle and content were split
git-svn-id: trunk@61626 -
This commit is contained in:
parent
a0a27df2f6
commit
9663d04de4
@ -457,7 +457,7 @@ var
|
||||
begin
|
||||
Bounds := HandleFrame.lclFrame;
|
||||
LCLSendSizeMsg(Target, Bounds.Right - Bounds.Left, Bounds.Bottom - Bounds.Top,
|
||||
Owner.lclWindowState, True);
|
||||
HandleFrame.lclWindowState, True);
|
||||
end;
|
||||
|
||||
function TLCLWindowCallback.GetEnabled: Boolean;
|
||||
|
Loading…
Reference in New Issue
Block a user