fixed custom properties file names for nested classes (e.g. IntelliJTheme$ThemeLaf.properties instead of ThemeLaf.properties)

(see issue #824)
This commit is contained in:
Karl Tauber
2024-03-29 13:14:29 +01:00
parent 5f5c225300
commit c989b97ffa
3 changed files with 19 additions and 4 deletions

View File

@@ -24,6 +24,13 @@ FlatLaf Change Log
invocation).
- macOS: Fixed crash when running in WebSwing. (issue #826; regression in 3.4)
#### Incompatibilities
- File names of custom properties files for nested Laf classes now must include
name of enclosing class name. E.g. nested Laf class `IntelliJTheme.ThemeLaf`
used `ThemeLaf.properties` in previous versions, but now needs to be named
`IntelliJTheme$ThemeLaf.properties`.
## 3.4