fixed missing UI value MenuItem.acceleratorDelimiter on macOS (was null, is now an empty string)

This commit is contained in:
Karl Tauber
2022-08-03 13:16:43 +02:00
parent ec547e1d65
commit 94f9e4a1be
4 changed files with 12 additions and 4 deletions

View File

@@ -1,6 +1,14 @@
FlatLaf Change Log
==================
## 2.5-SNAPSHOT
#### Fixed bugs
- Fixed missing UI value `MenuItem.acceleratorDelimiter` on macOS. (was `null`,
is now an empty string)
## 2.4
#### New features and improvements