diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2011-10-27 14:52:17 -0400 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2011-10-27 14:52:17 -0400 |
commit | 1e70d53b198e15a85138a8f0ebdf6f77f070f916 (patch) | |
tree | 49d58bf6cd6584834b6e91688ad8bfb34bd38cff /indra/newview/lltoastnotifypanel.cpp | |
parent | 0c84957d312bc3dc31fdb5711317157df73b72e6 (diff) | |
parent | 1b173ed82b65c7bb5f5d5294847a721b64f8cf35 (diff) |
merge
Diffstat (limited to 'indra/newview/lltoastnotifypanel.cpp')
-rw-r--r-- | indra/newview/lltoastnotifypanel.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/indra/newview/lltoastnotifypanel.cpp b/indra/newview/lltoastnotifypanel.cpp index 6873cf058a..de305bf3d9 100644 --- a/indra/newview/lltoastnotifypanel.cpp +++ b/indra/newview/lltoastnotifypanel.cpp @@ -91,8 +91,6 @@ mCloseNotificationOnDestroy(true) sFont = LLFontGL::getFontSansSerif(); sFontSmall = LLFontGL::getFontSansSerifSmall(); } - // clicking on a button does not steal current focus - setIsChrome(TRUE); // initialize setFocusRoot(!mIsTip); // get a form for the notification |