Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Scroll the messages window per pixel
Scrolling per item results in jumpy behavior, especially with messages of varying height. This in turn results in scrolling being hard on imprecise devices that generate many scroll events, like touchpads. This was found to be the underlying issue in a request to add arrows to scroll bars, #1162. Closes #1162.
- Loading branch information