This is an automated email from the ASF dual-hosted git repository.

skygo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans.git


The following commit(s) were added to refs/heads/master by this push:
     new f3965ca  [NETBEANS-3941] FlatLaf: fixed text color of additional 
columns in "Search Results" view when using FlatLaf dark
     new 3256a04  Merge pull request #2033 from DevCharly/flatlaf-search-results
f3965ca is described below

commit f3965ca63837b002db901a592c6edfb8fd4fb909
Author: Karl Tauber <[email protected]>
AuthorDate: Wed Mar 18 23:26:48 2020 +0100

    [NETBEANS-3941] FlatLaf: fixed text color of additional columns in "Search 
Results" view when using FlatLaf dark
    
    tested also with FlatLaf Light, Windows, Nimbus, Metal, Dark Metal and Dark 
Nimbus LaFs
---
 .../src/org/netbeans/modules/search/ui/ResultsOutlineCellRenderer.java   | 1 -
 1 file changed, 1 deletion(-)

diff --git 
a/platform/api.search/src/org/netbeans/modules/search/ui/ResultsOutlineCellRenderer.java
 
b/platform/api.search/src/org/netbeans/modules/search/ui/ResultsOutlineCellRenderer.java
index 4126ff9..288c1cd 100644
--- 
a/platform/api.search/src/org/netbeans/modules/search/ui/ResultsOutlineCellRenderer.java
+++ 
b/platform/api.search/src/org/netbeans/modules/search/ui/ResultsOutlineCellRenderer.java
@@ -89,7 +89,6 @@ public class ResultsOutlineCellRenderer extends 
DefaultOutlineCellRenderer {
             ((JLabel) renderer).setHorizontalAlignment(SwingConstants.RIGHT);
             ((JLabel) 
renderer).setHorizontalTextPosition(SwingConstants.RIGHT);
         }
-        renderer.setForeground(Color.BLACK);
         return renderer;
     }
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to