From 4e34328156dbe97f2b677f8a967cc640c7da5ff5 Mon Sep 17 00:00:00 2001 From: Lirusaito Date: Tue, 12 Mar 2019 16:54:31 -0400 Subject: [PATCH] Fix resolving grid uri on login screen looking bad --- indra/llui/llcombobox.cpp | 1 + 1 file changed, 1 insertion(+) 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)