• Dylan Smith's avatar
    richedit: Scrollinfo stored as 16-bit values externally. · 0deb3d04
    Dylan Smith authored
    The application Blitzin2 was sending WM_VSCROLL messages to the
    richedit control directly, when normally this message is supposed to
    be a notification sent after the scrollinfo is set.  Native richedit
    controls always use the 16-bit value passed to this message to set the
    scroll position for SB_THUMBPOSITION, rather than trying to find a
    32-bit value through GetScrollInfo like I had previously done.
    0deb3d04
paint.c 46.1 KB