From c15100f129c074c09b1c46e842e4e06015a85998 Mon Sep 17 00:00:00 2001 From: basix86 <17149962+basix86@users.noreply.github.com> Date: Thu, 5 Nov 2020 10:47:47 +0100 Subject: [PATCH] Update FlatLaf.properties fixed previous behavior selectAllOnMouseClick --- .../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 46d298e0..ce83b5e8 100644 --- a/flatlaf-core/src/main/resources/com/formdev/flatlaf/FlatLaf.properties +++ b/flatlaf-core/src/main/resources/com/formdev/flatlaf/FlatLaf.properties @@ -607,7 +607,7 @@ TextArea.background=@textComponentBackground # allowed values: "never", "once" (default) or "always" TextComponent.selectAllOnFocusPolicy=once -TextComponent.selectAllOnMouseClick=true +TextComponent.selectAllOnMouseClick=false TextComponent.arc=0