user32: Improve mouse wheel scrolling in edit control.
authorKen Thomases <ken@codeweavers.com>
Mon, 11 Feb 2013 01:08:50 +0000 (19:08 -0600)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 11 Feb 2013 10:46:09 +0000 (11:46 +0100)
commit1642d312fd8ae98df7f24a59307a72a639a269c8
treedc277bcad32daafbddf43bb8c1465fe2b9454917
parent8f1a3604ac15dc9d06cf4733f2353fe780a2c08d
user32: Improve mouse wheel scrolling in edit 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/user32/edit.c