riched20: Make WM_SETFONT call RewrapRepaint instead of UpdateRepaint.
This commit is contained in:
parent
3e27436003
commit
26ba1559b0
|
@ -1881,7 +1881,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 WM_SETTEXT:
|
||||
|
|
Loading…
Reference in New Issue