From 16082462a4d355509338ed28e396c8c81a20712a Mon Sep 17 00:00:00 2001
From: "maxim@mnikolenko" <maxim@mnikolenko>
Date: Fri, 11 Jan 2013 15:32:05 +0200
Subject: [PATCH] CHUI-650 FIXED Set focus to floater when bringToFront() is
 called(even if it's already in front).

---
 indra/llui/llfloater.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/indra/llui/llfloater.cpp b/indra/llui/llfloater.cpp
index 8f9be5285df..e0e830f7425 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;
 	}
 
-- 
GitLab