Handle fine-grained wheel event in zoomin
ClosedPublic

Authored by carewolf on Jul 25 2017, 11:21 AM.

Details

Reviewers
cullmann
Summary

Avoid zooming in or out too fast when wheel events are finer grained.

Diff Detail

Lint
Lint Skipped
Unit
Unit Tests Skipped
carewolf created this revision.Jul 25 2017, 11:21 AM
Restricted Application added a project: Frameworks. · View Herald TranscriptJul 25 2017, 11:21 AM
Restricted Application added a subscriber: Frameworks. · View Herald Transcript
carewolf updated this revision to Diff 17169.Jul 25 2017, 11:34 AM

Fix smoothness of zooming down

cullmann accepted this revision.Jul 25 2017, 12:40 PM

Looks reasonable to me.
I assume the DefaultDeltasPerStep is always > 0 ;=)

This revision is now accepted and ready to land.Jul 25 2017, 12:40 PM

DefaultDeltasPerStep is always exactly 120 :D

carewolf closed this revision.Aug 6 2017, 10:29 PM

Already landed