support smooth scrolling with touchpads and high precision mouse wheels (issue #27)

This commit is contained in:
Karl Tauber
2020-01-09 23:43:58 +01:00
parent 43ab095e0f
commit fd9dbbd7e6
3 changed files with 142 additions and 0 deletions

View File

@@ -3,6 +3,8 @@ FlatLaf Change Log
## Unreleased
- Support smooth scrolling with touchpads and high precision mouse wheels.
(issue #27)
- Changed `.properties` file loading order: Now all core `.properties` files are
loaded before loading addon `.properties` files. This makes it easier to
overwrite core values in addons. Also, addon loading order can be specified.