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;
|
||||
end;
|
||||
|
||||
{$IF LCL_FullVersion >= 1090000}
|
||||
procedure TJvCustomTabBar.SetImagesWidth(const AValue: Integer);
|
||||
begin
|
||||
if AValue = FImagesWidth then exit;
|
||||
FImagesWidth := AValue;
|
||||
Invalidate;
|
||||
end;
|
||||
{$ENDIF}
|
||||
|
||||
procedure TJvCustomTabBar.SetCloseButton(Value: Boolean);
|
||||
begin
|
||||
|
Reference in New Issue
Block a user