longturn / freeciv21

Develop your civilization from humble roots to a global empire
GNU General Public License v3.0
214 stars 39 forks source link

Always use angleDelta() for scrolling #2269

Closed lmoureaux closed 2 months ago

lmoureaux commented 3 months ago

Using pixelDelta() resulted in seemingly meaningless values on KWin/Wayland. Qt code uses angleDelta() exclusively, so I see no reason not to do the same.

Closes #2236.

Suggest to backport (if we do another stable)