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