DevCharly opened a new pull request #2094: URL: https://github.com/apache/netbeans/pull/2094
There is only one change in FlatLaf 0.31 (compared to 0.30), which makes updating uncomplicated. It changes "has focus" checking in FlatLaf and fixes https://issues.apache.org/jira/browse/NETBEANS-4173 In FlatLaf 0.30 the "current focus owner" was used to paint focused borders and blue list/table/tree selection. But "current focus owner" temporary changes when opening a popup menu or main menu. Since FlatLaf 0.31 the "permanent focus owner" is used and the focused border stays where it is. Now FlatLaf focus indication behaves the same as in Windows, macOS, GNOME and KDE. This PR supersedes PR #2079. FlatLaf 0.31 change log: https://github.com/JFormDesigner/FlatLaf/releases/tag/0.31 ---------------------------------------------------------------- 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] --------------------------------------------------------------------- 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
