From 26ba1559b027a88623c53de58935ec5002fde49b Mon Sep 17 00:00:00 2001 From: Matt Finnicum Date: Tue, 28 Nov 2006 01:35:58 -0600 Subject: [PATCH] riched20: Make WM_SETFONT call RewrapRepaint instead of UpdateRepaint. --- dlls/riched20/editor.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/riched20/editor.c b/dlls/riched20/editor.c index 0b89b993714..7afcb38c4c6 100644 --- a/dlls/riched20/editor.c +++ b/dlls/riched20/editor.c @@ -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: