FlatLaf window decorations on Windows: fixed possible application freeze when using custom component that overrides Component.contains(int x, int y) and invokes SwingUtilities.convertPoint() (or similar) from the overridden method (issue #878)

This commit is contained in:
Karl Tauber
2024-09-04 00:48:42 +02:00
parent 438ec6ac5c
commit a6ecb0ef85
2 changed files with 21 additions and 1 deletions

View File

@@ -1,6 +1,16 @@
FlatLaf Change Log
==================
## 3.6-SNAPSHOT
#### Fixed bugs
- FlatLaf window decorations on Windows: Fixed possible application freeze when
using custom component that overrides `Component.contains(int x, int y)` and
invokes `SwingUtilities.convertPoint()` (or similar) from the overridden
method. (issue #878)
## 3.5.1
#### Fixed bugs