Window decorations on Linux: fixed behavior of maximize/restore button when tiling window to left or right half of screen (issue #647)

This commit is contained in:
Karl Tauber
2023-02-23 15:26:11 +01:00
parent 546382e471
commit 425f3acced
4 changed files with 101 additions and 13 deletions

View File

@@ -28,6 +28,8 @@ FlatLaf Change Log
decorations are used (e.g. Windows 10/11) or not (e.g. macOS). Now the glass
pane no longer overlaps the FlatLaf window title bar. (issue #630)
- Linux: Fixed broken window resizing on multi-screen setups. (issue #632)
- Linux: Fixed behavior of maximize/restore button when tiling window to left
or right half of screen. (issue #647)
- IntelliJ Themes:
- Fixed default button hover background in "Solarized Light" theme. (issue
#628)