[5/5] richedit: Scroll cursor into view even with redraw turned off. (Fixes bug 2057)

Dylan Smith dylan.ah.smith at gmail.com
Fri Oct 17 20:29:55 CDT 2008


I have tested for the behaviour of the richedit control while redraw is
disabled, and verified that wrapping should still happen, the scrollbar
should be updated, the cursor should be moved into view, and the
notifications should still be sent.

Previously ME_UpdateRepaint was returning too early when redraw is
disabled, which was preventing scrolling to the end of the text when
replacing text.
---
 dlls/riched20/paint.c        |   15 +++++++++------
 dlls/riched20/tests/editor.c |   14 ++++----------
 2 files changed, 13 insertions(+), 16 deletions(-)
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: 0005-richedit-Scroll-cursor-into-view-even-with-redra.diff.txt
Url: http://www.winehq.org/pipermail/wine-patches/attachments/20081017/db3858b7/attachment-0001.txt 


More information about the wine-patches mailing list