lkishalmi opened a new pull request #1889: [NETBEANS-3717] Allow LaF to change the color of the selected item in Code Completion URL: https://github.com/apache/netbeans/pull/1889 Some Look and Feels use different colors for displaying selected and focused list cells. FlatLaf is one of them. This little change allows the LaF to control the selected and by that focused item in the code completion list. It could be confusing to decide which item is selected, especially on two item lists. Before:  After: 
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- 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
