richedit: Commit undo items after modifications in WM_IME_COMPOSITION.
commite809bc887d48700bfa8985b806eef674b35ac6f2
authorDylan Smith <dylan.ah.smith@gmail.com>
Mon, 24 May 2010 05:04:53 +0000 (24 01:04 -0400)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 24 May 2010 09:30:12 +0000 (24 11:30 +0200)
treebddc16521ec62a7228df188f37a6b6a9a8a8ce69
parentfb7d6b783e8f8c48943772da3fd909e968887137
richedit: Commit undo items after modifications in WM_IME_COMPOSITION.

ME_InsertTextFromCursor could previously follow the ME_CommitUndo call
leaving uncommitted changes which would cause improper grouping of commits,
or an assertion failure.
dlls/riched20/editor.c