]> git.saurik.com Git - wxWidgets.git/commit
Don't move the insertion point if text didn't change in wxTextEntry.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 4 Nov 2012 23:55:00 +0000 (23:55 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 4 Nov 2012 23:55:00 +0000 (23:55 +0000)
commit8effba4f5a412bbfe1949ddec6808e10eb25881f
tree26ed8fc6b47fdb366b12bc30a73f1d63225f2997
parentce63f2e9eb49fb50a6dbd188f29116a670c9f922
Don't move the insertion point if text didn't change in wxTextEntry.

This avoids accidentally resetting the selection if SetValue() is called again
with the same value.

Closes #13728.

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