http://bugs.winehq.org/show_bug.cgi?id=5504
Lei Zhang thestig@google.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |regression
--- Comment #19 from Lei Zhang thestig@google.com 2007-08-12 20:36:13 --- I tested with the installer from bug 8192. This is a regression caused by:
commit abecd9e393925e008449a80ec14682790b29042c Author: Matt Finnicum mattfinn@gmail.com Date: Fri Sep 8 16:37:25 2006 -0500
riched20: Rewrite of scrolling and some redrawing code.
Replaces duplicated scrolling code with re-usable functions. Removes excessive boundary checking on scroll code, since that's done in the scrollbar control anyways. Properly separates repaint calls based on what has changed. Send EN_UPDATE and EN_CHANGE at the right places. Only call EnsureVisible on changes, not all repaints.