| commit | dcbc22b98530857266ff950007b29b7a2fbcea1b | [log] [tgz] |
|---|---|---|
| author | Dylan Smith <dylan.ah.smith@gmail.com> | Wed May 19 02:33:02 2010 -0400 |
| committer | Alexandre Julliard <julliard@winehq.org> | Wed May 19 11:17:55 2010 +0200 |
| tree | 8bab24af9c8ae4d632073fb8541882c9ae62f8e3 | |
| parent | d312d4e33caafd00e4f276d313a8422922c7950c [diff] |
richedit: Send EN_SELCHANGE after wrapping but before EN_CHANGE. The call to ME_SendSelChange cannot be done in ME_CommitUndo like it was before, because it must be done after wrapping. Native richedit controls send EN_CHANGE first, which is sent in ME_UpdateRepaint, so ME_SendSelChange must be before this notification in ME_UpdateRepaint.