Native window decorations: fixed slow application startup under particular conditions (issue #319)

This commit is contained in:
Karl Tauber
2021-05-13 00:54:22 +02:00
parent 866751ffc1
commit 359eedf773
2 changed files with 33 additions and 10 deletions

View File

@@ -53,6 +53,8 @@ FlatLaf Change Log
themes.
- Native window decorations: Fixed occasional double window title bar when
creating many frames or dialogs. (issue #315)
- Native window decorations: Fixed slow application startup under particular
conditions. (e.g. incomplete custom JRE) (issue #319)
- Linux: Fixed/improved detection of user font settings. (issue #309)