PopupFactory: fixed NullPointerException when PopupFactory.getPopup() is invoked with parameter owner set to null

This commit is contained in:
Karl Tauber
2021-02-13 13:31:30 +01:00
parent 4f00591c4e
commit 510ffd41d8
2 changed files with 7 additions and 4 deletions

View File

@@ -15,6 +15,8 @@ FlatLaf Change Log
in "Look in" combobox. (Windows 10 only; issue #249)
- Table: Fixed wrong grid line thickness in dragged column on HiDPI screens on
Java 9+. (issue #236)
- PopupFactory: Fixed `NullPointerException` when `PopupFactory.getPopup()` is
invoked with parameter `owner` set to `null`.
## 1.0-rc3