SelectAll();
WriteText(value);
+
+ SetInsertionPoint(0);
}
else // Same value, no need to do anything.
{
if ( flags & SetValue_SendEvent )
SendTextUpdatedEvent(GetEditableWindow());
}
-
- SetInsertionPoint(0);
}
void wxTextEntryBase::Replace(long from, long to, const wxString& value)