Fix trackpad scrolling in YACReader

This commit is contained in:
Luis Ángel San Martín Rodríguez
2024-08-18 14:51:10 +02:00
parent ca1b057361
commit c5924e625b
3 changed files with 85 additions and 25 deletions

View File

@ -8,6 +8,7 @@ Version counting is based on semantic versioning (Major.Feature.Patch)
* Save magnifying glass size and zoom level.
* Add shortcut to reset the magnifying glass to its defaults (size and zoom), it is `slash` by default but it can be reasigned.
* Bump PDF render size.
* Fix trackpad scrolling, it makes using trackpads more reponsive and natural.
### YACReaderLibrary
* Fix headers in the table view getting stuck in a non moveable state.