mirror of
https://github.com/JFormDesigner/FlatLaf.git
synced 2026-03-28 01:37:01 -05:00
Merge PR #1079: System file chooser improvements
This commit is contained in:
@@ -3,6 +3,15 @@ FlatLaf Change Log
|
||||
|
||||
## 3.7.1-SNAPSHOT
|
||||
|
||||
- System File Chooser:
|
||||
- Update current filter before invoking approve callback and after closing
|
||||
dialog. (issue #1065)
|
||||
- Added `PatternFilter` to support glob file filter (e.g. `*.tar.gz`) on
|
||||
Windows and on Linux, but not on macOS. (issue #1076)
|
||||
- Fixed: System and Swing file dialogs were shown at the same time if
|
||||
application has no other displayable window. (issue #1078)
|
||||
- On Linux: Check whether required GSettings schemas are installed to avoid
|
||||
application crash (occurred on NixOS with Plasma/KDE desktop). (issue #1069)
|
||||
- ComboBox: Added UI property `ComboBox.buttonFocusedEditableBackground`. (issue
|
||||
#1068)
|
||||
- Dialog: Some client properties (e.g. `JRootPane.titleBarShowTitle`) did not
|
||||
|
||||
Reference in New Issue
Block a user