weisJ opened a new pull request #609: URL: https://github.com/apache/jmeter/pull/609
## Description - Newer versions of Darklaf offer to get a list of all available themes. This PR replaces the manual setup of each Theme with iteration of said list. - Instead of checking the name of a Theme to determine whether it is dark make use of the `Theme#isDark` method. - Darklaf version 2.4.4 fixes an issue, where viewing a `JList` could freeze the application. It also fixes misplaced tree hint popups (the popups that reveal the complete content of a tree cell if obstructed) on Windows. ## Checklist: - [x] My code follows the [code style][style-guide] of this project. - [ ] I have updated the documentation accordingly. ---------------------------------------------------------------- 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]
