NIM: BUG: APP: New edit controls should be marked ES_AUTOHSCROLL
authorJeffrey Altman <jaltman@secure-endpoints.com>
Fri, 5 Oct 2007 15:23:53 +0000 (15:23 +0000)
committerJeffrey Altman <jaltman@secure-endpoints.com>
Fri, 5 Oct 2007 15:23:53 +0000 (15:23 +0000)
commita5eb6766d2f336ef6b81395049ad20cb93adc624
treeaecb202f405427252c20751dd594c5f3bc17fe53
parent30791a8744c4492e59ff0932cbe7335d245022a3
NIM: BUG: APP: New edit controls should be marked ES_AUTOHSCROLL

The EDIT controls used to accept input from the user must be set to
support automatic horizontal scrolling.  Otherwise, the number of input
characters is arbitrarily restricted based upon the font selected by
the user as part of the active Windows theme.

Horizontal scrolling is enabled with the ES_AUTOHSCROLL flag during
control construction.

ticket: new
component: windows

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@20101 dc483132-0cff-0310-8789-dd5450dbe970
src/windows/identity/ui/newcredwnd.c