diff options
author | Merov Linden <merov@lindenlab.com> | 2013-01-11 17:28:43 -0800 |
---|---|---|
committer | Merov Linden <merov@lindenlab.com> | 2013-01-11 17:28:43 -0800 |
commit | 88639dd862be6558f0777e99c571dcd807efa4ba (patch) | |
tree | 3da2ba8c4a6617e9aa5e1a972ec06130306e7176 /indra/llui | |
parent | 16082462a4d355509338ed28e396c8c81a20712a (diff) |
CHUI-650 : Revert : revert the change as it creates infinite recursive calls
Diffstat (limited to 'indra/llui')
-rw-r--r-- | indra/llui/llfloater.cpp | 1 |
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; } |