diff options
author | andreykproductengine <akleshchev@productengine.com> | 2014-05-06 17:21:18 +0300 |
---|---|---|
committer | andreykproductengine <akleshchev@productengine.com> | 2014-05-06 17:21:18 +0300 |
commit | 4e0d3bdd4da2bf376bf482f4430e05ba8a6fa01c (patch) | |
tree | 5275cc237cf3fb11eca8bc3c0b30a9634e60cc57 /indra/newview/llpanelcontents.cpp | |
parent | afcfc40b5fd413058fe003636ad760683f0f0bde (diff) |
MAINT-3977 FIXED Object does not display newly added contents if it was edited that session and you teleported to another region and back and then added new contents.
Diffstat (limited to 'indra/newview/llpanelcontents.cpp')
-rwxr-xr-x | indra/newview/llpanelcontents.cpp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/indra/newview/llpanelcontents.cpp b/indra/newview/llpanelcontents.cpp index 1a427338e5..5be796ea7a 100755 --- a/indra/newview/llpanelcontents.cpp +++ b/indra/newview/llpanelcontents.cpp @@ -141,6 +141,13 @@ void LLPanelContents::refresh() } } +void LLPanelContents::clearContents()
+{
+ if (mPanelInventoryObject)
+ {
+ mPanelInventoryObject->clearInventoryTask();
+ }
+} // |