Skip to content

3.7.2

Latest

Choose a tag to compare

@DevCharly DevCharly released this 09 Jul 10:29

Change Log

  • System File Chooser:
    • macOS: Cmd+A (Select All) did not work in file dialog. (issue #1084)
    • Block Swing input events (mouse, keyboard, etc.) while system file dialog is shown. (issue #1100)
    • Windows: Fixed too small message dialogs (shown from approve callback). (issue #1119)
    • Windows: Don't allow selecting non-filesystem nodes (e.g. "This PC") in "Select Folder" dialog. (issue #1126)
  • macOS: Fixed missing close/iconify/maximize buttons on inactive window, if
    system appearance is dark, but application appearance is light. (issue #1032)
  • Linux with JetBrains Runtime: Fixed mouse "jumping" to other position when
    moving window on scaled secondary screen, if using FlatLaf window decorations. (issue #1103)
  • Linux with OpenJDK Project Wakefield (e.g. JetBrains JBR 25) and VM option
    -Dawt.toolkit.name=WLToolkit (issue #1107):
    • Disabled FlatLaf window decorations because of bug JBR-10322.
    • Disabled System File Chooser because application hangs after closing it. Uses JFileChooser instead.
  • TableHeader: Fixed custom table header renderer background stops painting
    after hover interactions. (issue #1089)
  • TextComponents: Fixed preferred width when leading/trailing components or
    icons are present. (issue #1110)
  • Tree: Fixed repainting multi-selection when tree looses or gains focus. (issue #1122)
  • JideTabbedPane: Support card tabs. (PR #1094)
  • Native libraries in Eclipse RCP: Fixed exception when runtime path contains spaces. (issue #1102)