Native window decorations: do not use window decorations if system property sun.java2d.opengl is true on Windows 10 (issue #540)

This commit is contained in:
Karl Tauber
2022-07-02 00:29:29 +02:00
parent b82ee2ef61
commit 23bac7e5fd
2 changed files with 5 additions and 1 deletions

View File

@@ -12,6 +12,8 @@ FlatLaf Change Log
- `HiDPIUtils.paintAtScale1x()` now supports rotated graphics. (issue #557)
- Typography: No longer use `Consolas` or `Courier New` as monospaced font on
Windows because they have bad vertically placement.
- Native window decorations (Windows 10/11 only): Do not use window decorations
if system property `sun.java2d.opengl` is `true` on Windows 10. (issue #540)
## 2.3