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:
dmitry 2019-07-27 03:42:57 +00:00
parent a0a27df2f6
commit 9663d04de4

View File

@ -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;