IntelliJ Themes: reduced memory footprint and improved setup speed by ignoring IntelliJ UI properties that are not used in FlatLaf

also fixed `ToggleButton.tab.selectedBackground`
This commit is contained in:
Karl Tauber
2023-08-02 00:40:49 +02:00
parent ce527329a6
commit 7e8fa58bd7
2 changed files with 67 additions and 9 deletions

View File

@@ -12,6 +12,8 @@ FlatLaf Change Log
scrollable.
- Added system property `flatlaf.useNativeLibrary` to allow disabling loading of
FlatLaf native library. (issue #674)
- IntelliJ Themes: Reduced memory footprint and improved setup speed by ignoring
IntelliJ UI properties that are not used in FlatLaf.
#### Fixed bugs