summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormaxim_productengine <none@none>2012-07-05 15:32:14 +0300
committermaxim_productengine <none@none>2012-07-05 15:32:14 +0300
commit80171c8d2c5641e61362b5012c9b7adca9caf9de (patch)
tree8d13b88c19c62c136e411d8b2cbb25fc5423f90a
parent3bead10a488a27335a4ed09feac5ae1927479d02 (diff)
MAINT-436 FIXED Set focus to line editor if it exists in alert toast
-rw-r--r--indra/newview/lltoastalertpanel.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/lltoastalertpanel.cpp b/indra/newview/lltoastalertpanel.cpp
index 8fef2ed6d1..3f75f8da5e 100644
--- a/indra/newview/lltoastalertpanel.cpp
+++ b/indra/newview/lltoastalertpanel.cpp
@@ -357,6 +357,7 @@ LLToastAlertPanel::LLToastAlertPanel( LLNotificationPtr notification, bool modal
if (mLineEditor)
{
mLineEditor->selectAll();
+ mLineEditor->setFocus(TRUE);
}
if(mDefaultOption >= 0)
{