• Alex Villacís Lasso's avatar
    richedit: Private movement of cursors in text insertion should not cause WM_NOTIFY to be sent. · 82994045
    Alex Villacís Lasso authored
    As text is inserted, the cursor is moved to the end, and then back to
    offset 0. A reordering of operations prevents a WM_NOTIFY from being
    sent on cursor being moved to the end, and another by being moved
    back to the beginning. If the cursor was not at offset 0, then
    exactly one WM_NOTIFY must be sent, for the movement from previous
    position to the beginning.  With tests to prove this change and the
    previous one (modify flag should be off on WM_SETTEXT-caused
    WM_NOTIFY).
    82994045
Name
Last commit
Last update
dlls Loading commit data...
documentation Loading commit data...
fonts Loading commit data...
include Loading commit data...
libs Loading commit data...
loader Loading commit data...
programs Loading commit data...
server Loading commit data...
tools Loading commit data...
.gitignore Loading commit data...
ANNOUNCE Loading commit data...
AUTHORS Loading commit data...
COPYING.LIB Loading commit data...
ChangeLog Loading commit data...
LICENSE Loading commit data...
LICENSE.OLD Loading commit data...
Make.rules.in Loading commit data...
Makefile.in Loading commit data...
README Loading commit data...
VERSION Loading commit data...
aclocal.m4 Loading commit data...
configure Loading commit data...
configure.ac Loading commit data...