Skip to content

Fix mouse wheel scaling same way as click

Oleg Chernovskiy requested to merge ochernovskiy/krdc:fix-wheel-scaling into master

Mouse click was fixed 3 months ago to correctly propagate mouse events in case host system uses larger DPI. Mouse wheel, however, wasn't.

This MR addresses this issue.

Merge request reports