richedit: Prevent autoscrolling without ES_AUTO[VH]SCROLL style.
commit140fee179040c68717f46bfd076949a58bb7ed63
authorDylan Smith <dylan.ah.smith@gmail.com>
Fri, 17 Jul 2009 00:01:25 +0000 (16 20:01 -0400)
committerAlexandre Julliard <julliard@winehq.org>
Fri, 17 Jul 2009 09:22:07 +0000 (17 11:22 +0200)
tree3a4c66a179d87d15648d88a130db30e069dd95f3
parentfe459ad85f9582948f062330ae2057fd7ec39d9b
richedit: Prevent autoscrolling without ES_AUTO[VH]SCROLL style.

When the richedit control is created without the ES_AUTOHSCROLL or the
ES_AUTOVSCROLL, then scrolling isn't done automatically when moving the
cursor with the arrow keys, drag selecting with the mouse, or even from
using the EM_SCROLLCARET (based on testing using a modified version of
wordpad).
dlls/riched20/paint.c