Skip to content

1.6.5

Compare
Choose a tag to compare
@DevCharly DevCharly released this 07 Dec 14:36
· 859 commits to main since this release

Change log

Fixed bugs

  • Linux: Fixed font problems when running on Oracle Java (OpenJDK is not
    affected):
    • oversized text if system font is "Inter" (issue #427)
    • missing text if system font is "Cantarell" (on Fedora)
  • MenuItem: Changed accelerator delimiter from - to +. (Windows and Linux).
  • ComboBox: Fixed occasional StackOverflowError when modifying combo box not
    on AWT thread. (issue #432)
  • macOS: Fixed NullPointerException when using AWT component
    java.awt.Choice. (issue #439)
  • Native window decorations: Do not exit application with UnsatisfiedLinkError
    in case that FlatLaf DLL cannot be executed because of restrictions on
    temporary directory. Instead, continue with default window decorations. (issue #436)