ComboBox: improved location of selected item in popup if list is large and scrollable

This commit is contained in:
Karl Tauber
2023-07-30 14:01:24 +02:00
parent 9db3dfff26
commit b3fb63c9f5
2 changed files with 25 additions and 0 deletions

View File

@@ -8,6 +8,8 @@ FlatLaf Change Log
- Extras: Class `FlatSVGIcon` now uses [JSVG](https://github.com/weisJ/jsvg)
library (instead of svgSalamander) for rendering. JSVG provides improved SVG
rendering and uses less memory compared to svgSalamander. (PR #684)
- ComboBox: Improved location of selected item in popup if list is large and
scrollable.
- Added system property `flatlaf.useNativeLibrary` to allow disabling loading of
FlatLaf native library. (issue #674)