riched20: make EM_SETCHARFORMAT call ME_RewrapRepaint instead of ME_UpdateRepaint

Matt Finnicum mattfinn at gmail.com
Tue Nov 28 02:50:25 CST 2006


More of the same.
--Matt Finnicum

ChangeLog:
riched20: make EM_SETCHARFORMAT call ME_RewrapRepaint instead of
ME_UpdateRepaint

---
 dlls/riched20/editor.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
-------------- next part --------------
diff --git a/dlls/riched20/editor.c b/dlls/riched20/editor.c
index 653dae2..a8053d6 100644
--- a/dlls/riched20/editor.c
+++ b/dlls/riched20/editor.c
@@ -1747,7 +1747,7 @@ LRESULT WINAPI RichEditANSIWndProc(HWND
     }
     ME_CommitUndo(editor);
     if (bRepaint)
-      ME_UpdateRepaint(editor);
+      ME_RewrapRepaint(editor);
     return 0;
   }
   case EM_GETCHARFORMAT:
-- 
1.4.4.1


More information about the wine-patches mailing list