LCL carbon: client rect size updating method is buggy, disable it for now

git-svn-id: trunk@14965 -
This commit is contained in:
tombo 2008-04-25 11:10:29 +00:00
parent a83074c32d
commit a5c5c5d5d9

View File

@ -438,8 +438,8 @@ end;
------------------------------------------------------------------------------}
procedure TCarbonWidget.UpdateLCLClientRect;
begin
LCLObject.InvalidateClientRectCache(False);
LCLSendSizeMsg(LCLObject, LCLObject.Width, LCLObject.Height, Size_SourceIsInterface);
//LCLObject.InvalidateClientRectCache(False);
//LCLSendSizeMsg(LCLObject, LCLObject.Width, LCLObject.Height, Size_SourceIsInterface);
end;
{------------------------------------------------------------------------------