You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.