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-enginemaster
parent
1e5c85259e
commit
8c216c67ef
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue