richedit: WM_SETTEXT - Clear modify step flag before any notifications can be sent.
commitc52bc5881600e6830e2849ca59632755cdaa0bf2
authorAlex Villacís Lasso <a_villacis@palosanto.com>
Sun, 27 Apr 2008 19:21:02 +0000 (27 14:21 -0500)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 29 Apr 2008 12:56:46 +0000 (29 14:56 +0200)
treeb5f500830ad310229d4948ea3094380cef0cb76f
parent3cad256d54eb7071a3693102ee683bdbbd087227
richedit: WM_SETTEXT - Clear modify step flag before any notifications can be sent.

Otherwise the app-defined WM_NOTIFY callback might see the modify flag
set, even though WM_SETTEXT is supposed to clear it.
dlls/riched20/editor.c