[ros-diffs] [gvg] 20352: Sync to Wine-0_9_4:

gvg at svn.reactos.com gvg at svn.reactos.com
Tue Dec 27 00:20:37 CET 2005


Sync to Wine-0_9_4:
Ulrich Czekalla <ulrich.czekalla at utoronto.ca>
- riched20: Reset selection when text is reset.
Modified: trunk/reactos/lib/riched20/editor.c
  _____  

Modified: trunk/reactos/lib/riched20/editor.c
--- trunk/reactos/lib/riched20/editor.c	2005-12-26 23:18:49 UTC (rev
20351)
+++ trunk/reactos/lib/riched20/editor.c	2005-12-26 23:20:19 UTC (rev
20352)
@@ -1471,6 +1471,7 @@

       TRACE("WM_SETTEXT - NULL\n");
     ME_CommitUndo(editor);
     ME_EmptyUndoStack(editor);
+    ME_SetSelection(editor, 0, 0);
     ME_UpdateRepaint(editor);
     return 0;
   }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.reactos.org/pipermail/ros-diffs/attachments/20051227/5a0ae4cd/attachment.html


More information about the Ros-diffs mailing list