You've already forked lazarus-ccr
jvcllaz: Fix compilation with Laz 1.6.4/fpc 2.6.4
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@6387 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -755,12 +755,14 @@ begin
|
|||||||
Invalidate;
|
Invalidate;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
{$IF LCL_FullVersion >= 1090000}
|
||||||
procedure TJvCustomTabBar.SetImagesWidth(const AValue: Integer);
|
procedure TJvCustomTabBar.SetImagesWidth(const AValue: Integer);
|
||||||
begin
|
begin
|
||||||
if AValue = FImagesWidth then exit;
|
if AValue = FImagesWidth then exit;
|
||||||
FImagesWidth := AValue;
|
FImagesWidth := AValue;
|
||||||
Invalidate;
|
Invalidate;
|
||||||
end;
|
end;
|
||||||
|
{$ENDIF}
|
||||||
|
|
||||||
procedure TJvCustomTabBar.SetCloseButton(Value: Boolean);
|
procedure TJvCustomTabBar.SetCloseButton(Value: Boolean);
|
||||||
begin
|
begin
|
||||||
|
Reference in New Issue
Block a user