diff --git a/indra/llui/llcombobox.cpp b/indra/llui/llcombobox.cpp index 65a03b0b5..7a5141da2 100644 --- a/indra/llui/llcombobox.cpp +++ b/indra/llui/llcombobox.cpp @@ -436,6 +436,7 @@ void LLComboBox::setLabel(const LLStringExplicit& name) { if (!mSuppressTentative) mTextEntry->setTentative(mTextEntryTentative); } + mTextEntry->setCursor(0); // Be scrolled to the beginning! } if (!mAllowTextEntry)