Always show hint in text entries, even when they have focus.
authorVadim Zeitlin <vadim@wxwidgets.org>
Fri, 25 Dec 2009 11:36:54 +0000 (11:36 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Fri, 25 Dec 2009 11:36:54 +0000 (11:36 +0000)
commit7591b0bb5324c6e996fc81f8458f7674b2f1461e
tree9ca638d73ef6f502718bafa33982eb35b38e47f6
parent0aaa6ace7ede4240453251d6a1c84c918c54c321
Always show hint in text entries, even when they have focus.

It was impossible to show the hint for the initially focused child of a dialog
before, as the hint was hidden from the very beginning. By showing it always
we avoid this problem.

We may want to add an option/flag for SetHint() to make this configurable
later if somebody really needs to show hints only for as long as the control
doesn't have focus.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@62986 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/msw/textentry.cpp