From 8c216c67efd47fc0dc52fa63d02d1f7ca80ebc24 Mon Sep 17 00:00:00 2001
From: Paul Guslisty <pguslisty@productengine.com>
Date: Thu, 15 Jul 2010 14:40:31 +0300
Subject: [PATCH] EXT-8275 FIXED (Build > Group > Edit Group - Replace checkbox
 with new Edit icon, and move to the right of group name)

- Connected callback that closes Group Floater when object selection changes

Reviewed by Mike Antipov at https://codereview.productengine.com/secondlife/r/739/

--HG--
branch : product-engine
---
 indra/newview/llfloatergroups.cpp | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/indra/newview/llfloatergroups.cpp b/indra/newview/llfloatergroups.cpp
index c71764c2e54..3952c546708 100644
--- a/indra/newview/llfloatergroups.cpp
+++ b/indra/newview/llfloatergroups.cpp
@@ -47,6 +47,7 @@
 #include "llbutton.h"
 #include "llgroupactions.h"
 #include "llscrolllistctrl.h"
+#include "llselectmgr.h"
 #include "lltextbox.h"
 #include "lluictrlfactory.h"
 #include "lltrans.h"
@@ -89,6 +90,7 @@ BOOL LLFloaterGroupPicker::postBuild()
 		list_ctrl->setContextMenu(LLScrollListCtrl::MENU_GROUP);
 	}
 	
+	LLSelectMgr::getInstance()->mUpdateSignal.connect(boost::bind(&LLFloaterGroupPicker::onBtnCancel, this));
 
 	childSetAction("OK", onBtnOK, this);
 
-- 
GitLab