comctl32: Improve mouse wheel scrolling in treeview control.
authorKen Thomases <ken@codeweavers.com>
Mon, 11 Feb 2013 01:09:08 +0000 (19:09 -0600)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 11 Feb 2013 10:46:10 +0000 (11:46 +0100)
commitc5858c16a665b13a9798a80be9de698dbf52b109
tree6847fde2459dfb2696b5b2f49c27c72d3d2c503b
parent858acfbb0ddbe0ba08d965932b556c1cd7c4b8c0
comctl32: Improve mouse wheel scrolling in treeview control.

Allow fractions of WHEEL_DELTA to scroll fractions of SPI_GETWHEELSCROLLLINES,
although still only whole lines.  Keep the remainder and apply it to next
event if in same direction.
dlls/comctl32/treeview.c