TabbedPane: fixed scrolling tabs with touchpads and high-resolution mouse wheels

This commit is contained in:
Karl Tauber
2021-01-18 18:34:21 +01:00
parent 74f50ec992
commit 0b880aa335
2 changed files with 59 additions and 8 deletions

View File

@@ -40,6 +40,8 @@ FlatLaf Change Log
`tab`) now respect explicitly set background color.
- TabbedPane: Fixed `IndexOutOfBoundsException` when using tooltip text on close
buttons and closing last/rightmost tab. (issue #235)
- TabbedPane: Fixed scrolling tabs with touchpads and high-resolution mouse
wheels.
- Extras: Added missing export of package
`com.formdev.flatlaf.extras.components` to Java 9 module descriptor.
- JIDE Common Layer: