summaryrefslogtreecommitdiff
path: root/indra/llui
diff options
context:
space:
mode:
authorMerov Linden <merov@lindenlab.com>2013-01-11 17:28:43 -0800
committerMerov Linden <merov@lindenlab.com>2013-01-11 17:28:43 -0800
commit88639dd862be6558f0777e99c571dcd807efa4ba (patch)
tree3da2ba8c4a6617e9aa5e1a972ec06130306e7176 /indra/llui
parent16082462a4d355509338ed28e396c8c81a20712a (diff)
CHUI-650 : Revert : revert the change as it creates infinite recursive calls
Diffstat (limited to 'indra/llui')
-rw-r--r--indra/llui/llfloater.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/llui/llfloater.cpp b/indra/llui/llfloater.cpp
index e0e830f742..8f9be5285d 100644
--- a/indra/llui/llfloater.cpp
+++ b/indra/llui/llfloater.cpp
@@ -2394,7 +2394,6 @@ void LLFloaterView::bringToFront(LLFloater* child, BOOL give_focus)
{
if (mFrontChild == child)
{
- child->setFocus(true);
return;
}