mirror of
https://github.com/reactos/reactos.git
synced 2026-06-21 22:22:48 +08:00
CORE-19305 Change how WM_VSCROLL is handled to allow higher line counts to be passed to EDIT_WM_VScroll. Use the GetScrollInfo() function to determine vertical scroll position and pass this to EDIT_WM_VScroll. --------- Co-authored-by: Jose Carlos Jesus <zecarlos1957@hotmail.com>