Fix resolving grid uri on login screen looking bad

This commit is contained in:
Lirusaito
2019-03-12 16:54:31 -04:00
parent 757cf4c8e7
commit 4e34328156

View File

@@ -436,6 +436,7 @@ void LLComboBox::setLabel(const LLStringExplicit& name)
{ {
if (!mSuppressTentative) mTextEntry->setTentative(mTextEntryTentative); if (!mSuppressTentative) mTextEntry->setTentative(mTextEntryTentative);
} }
mTextEntry->setCursor(0); // Be scrolled to the beginning!
} }
if (!mAllowTextEntry) if (!mAllowTextEntry)