mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-07 13:57:16 +01:00
LCL carbon: client rect size updating method is buggy, disable it for now
git-svn-id: trunk@14965 -
This commit is contained in:
parent
a83074c32d
commit
a5c5c5d5d9
@ -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;
|
||||
|
||||
{------------------------------------------------------------------------------
|
||||
|
||||
Loading…
Reference in New Issue
Block a user