From 8ba495722ce243c161cac9e880c2e5c88e23da3d Mon Sep 17 00:00:00 2001 From: Yuri Chebotarev Date: Tue, 30 Mar 2010 15:19:42 +0300 Subject: fix for normal EXT-5882 Max. Contribution field on groups -> land and assets tab miscalculates after first group fetch. reviewed vsavchuk https://codereview.productengine.com/secondlife/r/133/ --HG-- branch : product-engine --- indra/newview/llpanelgrouplandmoney.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'indra/newview') diff --git a/indra/newview/llpanelgrouplandmoney.cpp b/indra/newview/llpanelgrouplandmoney.cpp index 9023afc602..f276df8573 100644 --- a/indra/newview/llpanelgrouplandmoney.cpp +++ b/indra/newview/llpanelgrouplandmoney.cpp @@ -1600,6 +1600,8 @@ void LLPanelGroupLandMoney::setGroupID(const LLUUID& id) mImplementationp->mMoneySalesTabEHp->setGroupID(mGroupID); } + mImplementationp->mBeenActivated = true; + activate(); } -- cgit v1.2.3