riched20: Make EM_SETCHARFORMAT call ME_RewrapRepaint instead of ME_UpdateRepaint.

This commit is contained in:
Matt Finnicum 2006-11-28 02:50:25 -06:00 committed by Alexandre Julliard
parent 26ba1559b0
commit d7aa81bdfb
1 changed files with 1 additions and 1 deletions

View File

@ -1747,7 +1747,7 @@ LRESULT WINAPI RichEditANSIWndProc(HWND hWnd, UINT msg, WPARAM wParam, LPARAM lP
}
ME_CommitUndo(editor);
if (bRepaint)
ME_UpdateRepaint(editor);
ME_RewrapRepaint(editor);
return 0;
}
case EM_GETCHARFORMAT: