mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-26 19:33:31 +00: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 <[email protected]>