diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2020-11-06 22:10:07 +0200 |
---|---|---|
committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2020-11-06 22:17:02 +0200 |
commit | e76243b920797ece3b3c2838a7185b329bc01026 (patch) | |
tree | 998bb58ea5bce1c81c723649d5c7aacbcf83436a /indra | |
parent | e95e4e5290dc26c36fa08b788b14a5e9b881fb45 (diff) |
SL-14276 The L$ balance in viewer is not updated on group creation
Diffstat (limited to 'indra')
-rw-r--r-- | indra/newview/llpanelgroupcreate.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llpanelgroupcreate.cpp b/indra/newview/llpanelgroupcreate.cpp index 052212dc27..52be75072c 100644 --- a/indra/newview/llpanelgroupcreate.cpp +++ b/indra/newview/llpanelgroupcreate.cpp @@ -45,6 +45,7 @@ #include "llfloaterreg.h" #include "llfloater.h" #include "llgroupmgr.h" +#include "llstatusbar.h" // to re-request balance #include "lltrans.h" #include "llnotificationsutil.h" #include "lluicolortable.h" @@ -117,6 +118,7 @@ void LLPanelGroupCreate::refreshCreatedGroup(const LLUUID& group_id) params["group_id"] = group_id; params["open_tab_name"] = "panel_group_info_sidetray"; LLFloaterSidePanelContainer::showPanel("people", "panel_group_info_sidetray", params); + LLStatusBar::sendMoneyBalanceRequest(); } void LLPanelGroupCreate::addMembershipRow(const std::string &name) |