diff options
author | maxim_productengine <none@none> | 2012-07-05 15:32:14 +0300 |
---|---|---|
committer | maxim_productengine <none@none> | 2012-07-05 15:32:14 +0300 |
commit | 80171c8d2c5641e61362b5012c9b7adca9caf9de (patch) | |
tree | 8d13b88c19c62c136e411d8b2cbb25fc5423f90a /indra/newview/lltoastalertpanel.cpp | |
parent | 3bead10a488a27335a4ed09feac5ae1927479d02 (diff) |
MAINT-436 FIXED Set focus to line editor if it exists in alert toast
Diffstat (limited to 'indra/newview/lltoastalertpanel.cpp')
-rw-r--r-- | indra/newview/lltoastalertpanel.cpp | 1 |
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) { |