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