summaryrefslogtreecommitdiff
path: root/indra/llui/llfloater.cpp
diff options
context:
space:
mode:
authorOz Linden <oz@lindenlab.com>2011-01-04 16:41:05 -0500
committerOz Linden <oz@lindenlab.com>2011-01-04 16:41:05 -0500
commite4591a85182133811e327b579c558bb3db80d79e (patch)
tree13c4847d919939c9b50386d1dfcbc5837201c60e /indra/llui/llfloater.cpp
parentd420ca89b438ebfb15dd3be8f5ec427361dfddaa (diff)
parent67ced403e624599f23020c8b8bd802947e602d31 (diff)
merge changes for storm-466
Diffstat (limited to 'indra/llui/llfloater.cpp')
-rw-r--r--indra/llui/llfloater.cpp4
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();