diff options
author | simon <none@none> | 2014-11-13 18:16:53 -0800 |
---|---|---|
committer | simon <none@none> | 2014-11-13 18:16:53 -0800 |
commit | a5fab3d8e28dcc04e19e1efb7c50e4cf5b5fd9b6 (patch) | |
tree | 44f5b3ab8d4734da96e9fce8b376088699f5092d /indra/newview/llfloaterland.cpp | |
parent | e574bf4889b94d12abdf7078bebab39ddcda103c (diff) |
ACME-1636 - [Viewer]parcel experiences lists are not cleared when the parcel is deselected
Diffstat (limited to 'indra/newview/llfloaterland.cpp')
-rwxr-xr-x | indra/newview/llfloaterland.cpp | 1 |
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(); } |