Commit e864f2f2 authored by Matt Finnicum's avatar Matt Finnicum Committed by Alexandre Julliard

riched20: Make EM_SETPARAFORMAT use ME_RewrapRepaint instead of ME_UpdateRepaint.

parent d7aa81bd
......@@ -1768,7 +1768,7 @@ LRESULT WINAPI RichEditANSIWndProc(HWND hWnd, UINT msg, WPARAM wParam, LPARAM lP
}
case EM_SETPARAFORMAT:
ME_SetSelectionParaFormat(editor, (PARAFORMAT2 *)lParam);
ME_UpdateRepaint(editor);
ME_RewrapRepaint(editor);
ME_CommitUndo(editor);
return 0;
case EM_GETPARAFORMAT:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment