added system property flatlaf.updateUIOnSystemFontChange to allow disabling automatic UI update when system font changes (issue #580)

This commit is contained in:
Karl Tauber
2022-08-24 19:32:38 +02:00
parent 16f3f9e6ff
commit 30132aa6b0
3 changed files with 20 additions and 0 deletions

View File

@@ -10,6 +10,8 @@ FlatLaf Change Log
- Native window decorations (Windows 10/11 only): Added client property to mark
components in embedded menu bar as "caption" (allow moving window). (issue
#569)
- Added system property `flatlaf.updateUIOnSystemFontChange` to allow disabling
automatic UI update when system font changes. (issue #580)
#### Fixed bugs