Matt Finnicum : riched20: Make EM_SETCHARFORMAT call ME_RewrapRepaint instead of ME_UpdateRepaint.

Alexandre Julliard julliard at wine.codeweavers.com
Tue Nov 28 06:01:13 CST 2006


Module: wine
Branch: master
Commit: d7aa81bdfb04f670498c5b87be9950bebe434cde
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=d7aa81bdfb04f670498c5b87be9950bebe434cde

Author: Matt Finnicum <mattfinn at gmail.com>
Date:   Tue Nov 28 02:50:25 2006 -0600

riched20: Make EM_SETCHARFORMAT call ME_RewrapRepaint instead of ME_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 7afcb38..70da285 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:




More information about the wine-cvs mailing list