From daf38af9df622f67800f4996e978457707267772 Mon Sep 17 00:00:00 2001 From: wp_xxyyzz Date: Sat, 5 May 2018 14:49:08 +0000 Subject: [PATCH] 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 --- components/jvcllaz/run/JvCustomControls/JvTabBar.pas | 2 ++ 1 file changed, 2 insertions(+) diff --git a/components/jvcllaz/run/JvCustomControls/JvTabBar.pas b/components/jvcllaz/run/JvCustomControls/JvTabBar.pas index c62b96126..2ca0a7ab4 100644 --- a/components/jvcllaz/run/JvCustomControls/JvTabBar.pas +++ b/components/jvcllaz/run/JvCustomControls/JvTabBar.pas @@ -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