mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-06 11:00:41 +02:00
carbon intf: fixed compilation
git-svn-id: trunk@23944 -
This commit is contained in:
parent
874b22249a
commit
7b512697ff
@ -437,7 +437,7 @@ var
|
||||
R: TRect;
|
||||
begin
|
||||
if not Resizing
|
||||
{$IFNDEF NewAutoSize} and not (csAlignmentNeeded in LCLObject.ControlState){$ENDIF}
|
||||
{$IFDEF OldAutoSize} and not (csAlignmentNeeded in LCLObject.ControlState){$ENDIF}
|
||||
then begin
|
||||
GetBounds(R);
|
||||
LCLObject.InvalidateClientRectCache(False);
|
||||
|
Loading…
Reference in New Issue
Block a user