• Dylan Smith's avatar
    richedit: Avoid notifying parent window in improper state. · 049cf5ac
    Dylan Smith authored
    ME_CommitUndo and ME_CommitCoalescingUndo call ME_SendSelChange, which
    may notify the parent window that the selection has changed, therefore
    should generally be called after wrapping the text. Otherwise, the parent
    window may send a message to the editor and cause an assertion failure.
    049cf5ac
richole.c 46.1 KB