From 6ac6698ecf8251d45c1b7d69c8af1fd31eaf52ef Mon Sep 17 00:00:00 2001 From: Dar Date: Wed, 23 Oct 2024 15:32:16 +0200 Subject: [PATCH] mod: added 3.6 tag --- .../src/main/java/com/formdev/flatlaf/ui/FlatTreeUI.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flatlaf-core/src/main/java/com/formdev/flatlaf/ui/FlatTreeUI.java b/flatlaf-core/src/main/java/com/formdev/flatlaf/ui/FlatTreeUI.java index 82a3e3e9..5933ae6e 100644 --- a/flatlaf-core/src/main/java/com/formdev/flatlaf/ui/FlatTreeUI.java +++ b/flatlaf-core/src/main/java/com/formdev/flatlaf/ui/FlatTreeUI.java @@ -142,7 +142,7 @@ public class FlatTreeUI @Styleable protected Color selectionInactiveBackground; @Styleable protected Color selectionInactiveForeground; @Styleable protected Color selectionBorderColor; - @Styleable protected Color alternateRowColor; + /** @since 3.6 */ @Styleable protected Color alternateRowColor; /** @since 3 */ @Styleable protected Insets selectionInsets; /** @since 3 */ @Styleable protected int selectionArc; @Styleable protected boolean wideSelection;