summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authormaxim@mnikolenko <maxim@mnikolenko>2013-01-11 15:32:05 +0200
committermaxim@mnikolenko <maxim@mnikolenko>2013-01-11 15:32:05 +0200
commit16082462a4d355509338ed28e396c8c81a20712a (patch)
tree2af8dfbcab2e829dc8dc98d1f05132e8c0973f3c /indra
parent2e3113863022a21d2145cc23992d6afab9c6fbcd (diff)
CHUI-650 FIXED Set focus to floater when bringToFront() is called(even if it's already in front).
Diffstat (limited to 'indra')
-rw-r--r--indra/llui/llfloater.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llui/llfloater.cpp b/indra/llui/llfloater.cpp
index 8f9be5285d..e0e830f742 100644
--- a/indra/llui/llfloater.cpp
+++ b/indra/llui/llfloater.cpp
@@ -2394,6 +2394,7 @@ void LLFloaterView::bringToFront(LLFloater* child, BOOL give_focus)
{
if (mFrontChild == child)
{
+ child->setFocus(true);
return;
}