set selection point to end in wxTextEntryBase::SetValue() as this should be done...
authorVadim Zeitlin <vadim@wxwidgets.org>
Fri, 19 Sep 2008 10:13:38 +0000 (10:13 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Fri, 19 Sep 2008 10:13:38 +0000 (10:13 +0000)
commita5125dc6edfdf0bc1963b8c797da3c874e864549
tree5d2a2eef05528cb12303e5453df1b37fa88b6288
parentb7bfef380642a8afd3606ac1e6835bb3fb475051
set selection point to end in wxTextEntryBase::SetValue() as this should be done in all ports and in all controls (fixes a unit test failure for wxComboBox)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55731 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/common/textentrycmn.cpp
src/gtk/textctrl.cpp