X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2b42a87073839b2b31c105f08080626ba32b40e3..4b5d2be39657bb364c9111c4d13b1eecb8f3b69f:/src/common/textentrycmn.cpp diff --git a/src/common/textentrycmn.cpp b/src/common/textentrycmn.cpp index 4adca176b0..8e0551c3db 100644 --- a/src/common/textentrycmn.cpp +++ b/src/common/textentrycmn.cpp @@ -62,6 +62,8 @@ void wxTextEntryBase::DoSetValue(const wxString& value, int flags) SelectAll(); WriteText(value); + + SetInsertionPoint(0); } void wxTextEntryBase::Replace(long from, long to, const wxString& value)