diff options
author | Oz Linden <oz@lindenlab.com> | 2011-01-04 16:41:05 -0500 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2011-01-04 16:41:05 -0500 |
commit | e4591a85182133811e327b579c558bb3db80d79e (patch) | |
tree | 13c4847d919939c9b50386d1dfcbc5837201c60e /indra/llui/llfloater.cpp | |
parent | d420ca89b438ebfb15dd3be8f5ec427361dfddaa (diff) | |
parent | 67ced403e624599f23020c8b8bd802947e602d31 (diff) |
merge changes for storm-466
Diffstat (limited to 'indra/llui/llfloater.cpp')
-rw-r--r-- | indra/llui/llfloater.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/indra/llui/llfloater.cpp b/indra/llui/llfloater.cpp index 1265733bf5..d30697e178 100644 --- a/indra/llui/llfloater.cpp +++ b/indra/llui/llfloater.cpp @@ -2910,7 +2910,9 @@ bool LLFloater::initFloaterXML(LLXMLNodePtr node, LLView *parent, const std::str params.from_xui = true; applyXUILayout(params, parent); initFromParams(params); - + // chrome floaters don't take focus at all + setFocusRoot(!getIsChrome()); + initFloater(params); LLMultiFloater* last_host = LLFloater::getFloaterHost(); |