]> git.saurik.com Git - wxWidgets.git/commit
Update the text hint display correctly when ChangeValue() is called.
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 15 Sep 2010 22:10:20 +0000 (22:10 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 15 Sep 2010 22:10:20 +0000 (22:10 +0000)
commit7bfc104bba0e476a977c8f712ad321687c005c72
treedbb13e6f051e71dc8fb1230ac7600975bb7b11d8
parenta7aeddacf9dfcb9dca64fccb5f65f387bcff0fb2
Update the text hint display correctly when ChangeValue() is called.

wxTextEntry::ChangeValue() doesn't generate any events so we need to
explicitly update the text stored by wxTextEntryHintData when it is called to
ensure that it corresponds to the real controls value.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@65552 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/textentry.h
src/common/textentrycmn.cpp