• 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
Name
Last commit
Last update
..
tests Loading commit data...
Makefile.in Loading commit data...
caret.c Loading commit data...
clipboard.c Loading commit data...
context.c Loading commit data...
editor.c Loading commit data...
editor.h Loading commit data...
editstr.h Loading commit data...
list.c Loading commit data...
ocr_reverse.cur Loading commit data...
paint.c Loading commit data...
para.c Loading commit data...
reader.c Loading commit data...
res.h Loading commit data...
riched20.spec Loading commit data...
richole.c Loading commit data...
row.c Loading commit data...
rtf.h Loading commit data...
run.c Loading commit data...
string.c Loading commit data...
style.c Loading commit data...
table.c Loading commit data...
txthost.c Loading commit data...
txtsrv.c Loading commit data...
undo.c Loading commit data...
version.rc Loading commit data...
wrap.c Loading commit data...
writer.c Loading commit data...