summaryrefslogtreecommitdiff
path: root/indra/newview/llfloaterland.cpp
diff options
context:
space:
mode:
authorsimon <none@none>2014-11-13 18:16:53 -0800
committersimon <none@none>2014-11-13 18:16:53 -0800
commita5fab3d8e28dcc04e19e1efb7c50e4cf5b5fd9b6 (patch)
tree44f5b3ab8d4734da96e9fce8b376088699f5092d /indra/newview/llfloaterland.cpp
parente574bf4889b94d12abdf7078bebab39ddcda103c (diff)
ACME-1636 - [Viewer]parcel experiences lists are not cleared when the parcel is deselected
Diffstat (limited to 'indra/newview/llfloaterland.cpp')
-rwxr-xr-xindra/newview/llfloaterland.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llfloaterland.cpp b/indra/newview/llfloaterland.cpp
index 295c8c2e62..4731385d41 100755
--- a/indra/newview/llfloaterland.cpp
+++ b/indra/newview/llfloaterland.cpp
@@ -314,6 +314,7 @@ void LLFloaterLand::refresh()
mPanelMedia->refresh();
mPanelAccess->refresh();
mPanelCovenant->refresh();
+ mPanelExperiences->refresh();
}