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

riched20: Make EM_SETCHARFORMAT call ME_RewrapRepaint instead of ME_UpdateRepaint.

parent 26ba1559
...@@ -1747,7 +1747,7 @@ LRESULT WINAPI RichEditANSIWndProc(HWND hWnd, UINT msg, WPARAM wParam, LPARAM lP ...@@ -1747,7 +1747,7 @@ LRESULT WINAPI RichEditANSIWndProc(HWND hWnd, UINT msg, WPARAM wParam, LPARAM lP
} }
ME_CommitUndo(editor); ME_CommitUndo(editor);
if (bRepaint) if (bRepaint)
ME_UpdateRepaint(editor); ME_RewrapRepaint(editor);
return 0; return 0;
} }
case EM_GETCHARFORMAT: case EM_GETCHARFORMAT:
......
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