natsnudasoft / EgamiFlowScreensaver

A Windows screensaver allowing custom images to float around the desktop.
Apache License 2.0
3 stars 0 forks source link

Fix configuration NumericUpDown mouse wheel #13

Closed natsnudasoft closed 7 years ago

natsnudasoft commented 7 years ago

The NumericUpDown control does not work as I would expect it to when scrolling the mouse wheel; it adds or decrements the increment 3 times (or whatever the mouse line scroll value is set to). In my opinion, this value should only be used for scrolling in scrollbars, and the NumericUpDown should only add or decrement the value once per mouse wheel event.