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:
wp_xxyyzz
2018-05-05 14:49:08 +00:00
parent 3cfeca9127
commit daf38af9df

View File

@ -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