From c9423e3aa87840fd466ca6df5e005c2ca87bdc4b Mon Sep 17 00:00:00 2001 From: Karl Tauber Date: Mon, 7 Aug 2023 20:00:00 +0200 Subject: [PATCH] CHANGELOG.md: fixed type on previous commit --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c795c407..1e965196 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -62,7 +62,7 @@ FlatLaf Change Log - PopupMenu: Make sure that popup menu does not overlap any operating system task bar. (issue #701) - FileChooser: Use system icons on Windows with Java 17.0.3 (and later) 32-bit. - Only Java 7 - 17.0.2 32-bit do not use system icons because of a bug in Java + Only Java 17 - 17.0.2 32-bit do not use system icons because of a bug in Java 32-bit that crashes the application. (PR #709) - FileChooser: Fixed crash on Windows with Java 17 to 17.0.2 32-bit. Java 17 64-bit is not affected. (regression since FlatLaf 2.3; PR #522, see also issue