richedit: Initially disable scrollbars for ES_DISABLENOSCROLL.
commiteddccdd1f2f5bff7bd5105e64ce4795653fc9786
authorDylan Smith <dylan.ah.smith@gmail.com>
Thu, 16 Jul 2009 22:45:59 +0000 (16 18:45 -0400)
committerAlexandre Julliard <julliard@winehq.org>
Fri, 17 Jul 2009 10:37:03 +0000 (17 12:37 +0200)
tree9a5fdd59c584237b3f2085c1e4d1b3470120bf47
parenta80247f58b3ee9b5da0e2e1898169c2fc4238670
richedit: Initially disable scrollbars for ES_DISABLENOSCROLL.

Previously after initial window creation of a richedit control with the
ES_DISABLENOSCROLL window style flag the scrollbar would be shown but
not disabled.  This patch fixes this issue by explicitly disabling and
showing the scrollbar.
dlls/riched20/editor.c