http://bugs.winehq.org/show_bug.cgi?id=2057
Dylan Smith dylan.ah.smith@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #16706|0 |1 is obsolete| | AssignedTo|wine-bugs@winehq.org |dylan.ah.smith@gmail.com Status|NEW |ASSIGNED
--- Comment #15 from Dylan Smith dylan.ah.smith@gmail.com 2008-10-17 18:47:46 --- Created an attachment (id=16713) --> (http://bugs.winehq.org/attachment.cgi?id=16713) richedit: Scroll cursor into view even with redraw turned off.
I have done some more testing, and I think I have a correct fix.
I am still not sure if WM_SETREDRAW should be calling ME_RewrapRepaint, since it seems like overkill to rewrap all the paragraphs and repaint them. This would probably slow applications down that disable and enable redraw often. This could probably be dealt with separately, since there are some other ME_RewrapRepaint calls I saw that probably aren't needed.
I also don't know how to change the scrollbar visibility without repainting it. ShowScrollBar is the obvious way of showing the scrollbar, but it also calls SetWindowPos to repaint it.