mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-27 09:09:11 +02:00
LCL: fixed compilation: unit circles and inline dont play together
git-svn-id: trunk@14629 -
This commit is contained in:
parent
56e46f1f11
commit
bd9c42bbd1
@ -2544,7 +2544,7 @@ type
|
||||
procedure SetText(const Value: string);
|
||||
procedure SetWidth(Value: Integer);
|
||||
procedure SetImageIndex(const Value: TImageIndex);
|
||||
procedure CheckConstraints; inline;
|
||||
procedure CheckConstraints;
|
||||
public
|
||||
constructor Create(ACollection: TCollection); override;
|
||||
procedure Assign(Source: TPersistent); override;
|
||||
|
@ -453,7 +453,7 @@ begin
|
||||
end;
|
||||
end;
|
||||
|
||||
procedure THeaderSection.CheckConstraints; inline;
|
||||
procedure THeaderSection.CheckConstraints;
|
||||
begin
|
||||
if FWidth < FMinWidth then
|
||||
FWidth := FMinWidth;
|
||||
|
Loading…
Reference in New Issue
Block a user