richedit: EM_SHOWSCROLLBAR hides scrollbars for less than page of text.
commit963407a9ef315e42efd6fa9b74cfe564077f161f
authorDylan Smith <dylan.ah.smith@gmail.com>
Tue, 24 Feb 2009 07:39:03 +0000 (24 02:39 -0500)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 24 Feb 2009 15:57:28 +0000 (24 16:57 +0100)
treeba9d8a1d8bb1c0779a4b90b2f936953bfc55ad8b
parentf28988684e02f5e3992e83aa942a491352e67c71
richedit: EM_SHOWSCROLLBAR hides scrollbars for less than page of text.

When all the text fits on the screen, the scrollbars are not shown from
EM_SHOWSCROLLBAR.  The message instead adds support for the specified
scrollbar when lParam is TRUE, so that the scrollbar will be shown when
sufficient text is in the document.
dlls/riched20/editor.c