System File Chooser: Fixed: system and Swing file dialogs were shown at the same time if application has no other displayable window (issue #1078)

also require that `SystemFileChooser.show*Dialog()` methods are invoked on AWT thread
This commit is contained in:
Karl Tauber
2026-01-11 17:40:47 +01:00
parent 82759c2472
commit d0b01e4937
2 changed files with 32 additions and 0 deletions

View File

@@ -6,6 +6,8 @@ FlatLaf Change Log
- System File Chooser:
- Update current filter before invoking approve callback and after closing
dialog. (issue #1065)
- 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