git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55731
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
SelectAll();
WriteText(value);
SelectAll();
WriteText(value);
+
+ SetInsertionPoint(0);
}
void wxTextEntryBase::Replace(long from, long to, const wxString& value)
}
void wxTextEntryBase::Replace(long from, long to, const wxString& value)
{
EnableTextChangedEvents(true);
}
{
EnableTextChangedEvents(true);
}
-
- // This was added after discussion on the list
- SetInsertionPoint(0);
}
void wxTextCtrl::WriteText( const wxString &text )
}
void wxTextCtrl::WriteText( const wxString &text )