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
master
Paul Guslisty 2010-07-15 14:40:31 +03:00
parent 1e5c85259e
commit 8c216c67ef
1 changed files with 2 additions and 0 deletions

View File

@ -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);