diff options
author | Paul Guslisty <pguslisty@productengine.com> | 2010-07-15 14:40:31 +0300 |
---|---|---|
committer | Paul Guslisty <pguslisty@productengine.com> | 2010-07-15 14:40:31 +0300 |
commit | 8c216c67efd47fc0dc52fa63d02d1f7ca80ebc24 (patch) | |
tree | c3566f41e5bf8a89f190ecdee158b48d218db2cb /indra/newview/llfloatergroups.cpp | |
parent | 1e5c85259ecab2351a267e389fdb8b0f5862286c (diff) |
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
Diffstat (limited to 'indra/newview/llfloatergroups.cpp')
-rw-r--r-- | indra/newview/llfloatergroups.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llfloatergroups.cpp b/indra/newview/llfloatergroups.cpp index c71764c2e5..3952c54670 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); |