summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
authorMnikolenko ProductEngine <mnikolenko@productengine.com>2013-09-23 13:07:56 +0300
committerMnikolenko ProductEngine <mnikolenko@productengine.com>2013-09-23 13:07:56 +0300
commit3bfac42f07b1896bea3fd1ece762c56e3f1fc819 (patch)
tree94c927176c46b594a3c17212139ece932ecc3560 /indra/newview
parentd3625d0b672d59b0164e1b4615edbb9550912ec6 (diff)
MAINT-3159 FIXED Disable buttons when refreshing ui.
Diffstat (limited to 'indra/newview')
-rwxr-xr-xindra/newview/llfloaterland.cpp6
1 files changed, 5 insertions, 1 deletions
diff --git a/indra/newview/llfloaterland.cpp b/indra/newview/llfloaterland.cpp
index 22f42875fb..abe094d748 100755
--- a/indra/newview/llfloaterland.cpp
+++ b/indra/newview/llfloaterland.cpp
@@ -2544,7 +2544,11 @@ void LLPanelLandAccess::refresh_ui()
getChildView("HoursSpin")->setEnabled(FALSE);
getChildView("AccessList")->setEnabled(FALSE);
getChildView("BannedList")->setEnabled(FALSE);
-
+ getChildView("add_allowed")->setEnabled(FALSE);
+ getChildView("remove_allowed")->setEnabled(FALSE);
+ getChildView("add_banned")->setEnabled(FALSE);
+ getChildView("remove_banned")->setEnabled(FALSE);
+
LLParcel *parcel = mParcel->getParcel();
if (parcel)
{