diff options
author | Tofu Linden <tofu.linden@lindenlab.com> | 2010-09-13 19:53:08 +0100 |
---|---|---|
committer | Tofu Linden <tofu.linden@lindenlab.com> | 2010-09-13 19:53:08 +0100 |
commit | bf8639dd1830e313f78e65efb0b0bce6a8b82a62 (patch) | |
tree | 1ecfc825ffba12f5444c2afefb2d21c24365cf55 /indra/newview/lltoastnotifypanel.cpp | |
parent | 17d913fef4778234c97b48d26167d6e1f62d8add (diff) |
Annoying focus hacks to unblock development.
Diffstat (limited to 'indra/newview/lltoastnotifypanel.cpp')
-rw-r--r-- | indra/newview/lltoastnotifypanel.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/lltoastnotifypanel.cpp b/indra/newview/lltoastnotifypanel.cpp index 6413874863..8cae7d0963 100644 --- a/indra/newview/lltoastnotifypanel.cpp +++ b/indra/newview/lltoastnotifypanel.cpp @@ -178,6 +178,7 @@ mCloseNotificationOnDestroy(true) // (re)enable the textbox for this panel, and continue. mUserInputBox->setVisible(TRUE); mUserInputBox->setEnabled(TRUE); + mUserInputBox->setFocus(TRUE); mUserInputBox->insertText("FOOOOOO!!!!"); continue; } |