FlatLaf window decorations: fixed sometimes broken window moving with SplitPane in window title area in "full window content" mode (issue #926)

This commit is contained in:
Karl Tauber
2024-12-04 18:21:06 +01:00
parent 3f33543cee
commit 1dcb251ecb
2 changed files with 13 additions and 1 deletions

View File

@@ -14,6 +14,8 @@ FlatLaf Change Log
factor. (issue #904)
- Linux: Fixed continuous cursor toggling between resize and standard cursor
when resizing window. (issue #907)
- Fixed sometimes broken window moving with SplitPane in window title area in
"full window content" mode. (issue #926)
- Popup: On Windows 10, fixed misplaced popup drop shadow. (issue #911;
regression in 3.5)
- Popup: Fixed NPE if `GraphicsConfiguration` is `null` on Windows. (issue #921)