Popup: fixed NPE if GraphicsConfiguration is null on Windows (issue #921)

also check for null GraphicsConfiguration in other classes
This commit is contained in:
Karl Tauber
2024-11-27 19:27:47 +01:00
parent 7e002ff6c2
commit 16fc3cabf2
7 changed files with 36 additions and 25 deletions

View File

@@ -16,6 +16,7 @@ FlatLaf Change Log
when resizing window. (issue #907)
- 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)
- Theme Editor: Fixed using color picker on secondary screen.