Matt Finnicum : riched20: Make WM_SETFONT call RewrapRepaint instead of UpdateRepaint.
Module: wine Branch: master Commit: 26ba1559b027a88623c53de58935ec5002fde49b URL: http://source.winehq.org/git/wine.git/?a=commit;h=26ba1559b027a88623c53de589... Author: Matt Finnicum <mattfinn(a)gmail.com> Date: Tue Nov 28 01:35:58 2006 -0600 riched20: Make WM_SETFONT call RewrapRepaint instead of UpdateRepaint. --- dlls/riched20/editor.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/dlls/riched20/editor.c b/dlls/riched20/editor.c index 0b89b99..7afcb38 100644 --- a/dlls/riched20/editor.c +++ b/dlls/riched20/editor.c @@ -1881,7 +1881,7 @@ LRESULT WINAPI RichEditANSIWndProc(HWND ME_CommitUndo(editor); if (bRepaint) - ME_UpdateRepaint(editor); + ME_RewrapRepaint(editor); return 0; } case WM_SETTEXT:
participants (1)
-
Alexandre Julliard