From 645be4bfa3c201373fc785789c934ed65f78bea4 Mon Sep 17 00:00:00 2001 From: Karl Tauber Date: Mon, 18 Nov 2019 19:16:48 +0100 Subject: [PATCH] IntelliJ Themes: Tree: fixed renderer background --- .../src/main/resources/com/formdev/flatlaf/FlatLaf.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flatlaf-core/src/main/resources/com/formdev/flatlaf/FlatLaf.properties b/flatlaf-core/src/main/resources/com/formdev/flatlaf/FlatLaf.properties index f5891f0a..248af9b8 100644 --- a/flatlaf-core/src/main/resources/com/formdev/flatlaf/FlatLaf.properties +++ b/flatlaf-core/src/main/resources/com/formdev/flatlaf/FlatLaf.properties @@ -412,7 +412,7 @@ ToolTip.foregroundInactive=@disabledText Tree.border=1,1,1,1 Tree.selectionInactiveBackground=@selectionInactiveBackground Tree.selectionInactiveForeground=@selectionInactiveForeground -Tree.textBackground=@@Tree.background +Tree.textBackground=null Tree.selectionBorderColor=@cellFocusColor Tree.rendererMargins=1,2,1,2 Tree.paintLines=false