Don't use text control foreground colour for generic wxSearchCtrl itself.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 30 Sep 2012 20:34:46 +0000 (20:34 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 30 Sep 2012 20:34:46 +0000 (20:34 +0000)
commit274e4265a85e0de5a5a7ad7ed8038ddbf0dbeecb
tree1be75b8f22ebf5e0e78476e1b2e0d80fa05d7314
parentec373f2a81c1909bc3e88938a63d18bee51dfe13
Don't use text control foreground colour for generic wxSearchCtrl itself.

Logically, it should be done in the other direction and also doing it like
this means that the search and cancel icons, rendered using the current
foreground colour, are barely visible when using generic wxTextCtrl::SetHint()
implementation, as in wxGTK, because the text control foreground is set to
light grey in this case.

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