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/llfloatertools.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/llfloatertools.cpp')
-rwxr-xr-x | indra/newview/llfloatertools.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/newview/llfloatertools.cpp b/indra/newview/llfloatertools.cpp index 802544089c..bbb95e0cc4 100755 --- a/indra/newview/llfloatertools.cpp +++ b/indra/newview/llfloatertools.cpp @@ -888,6 +888,9 @@ void LLFloaterTools::onClose(bool app_quitting) // hide the advanced object weights floater LLFloaterReg::hideInstance("object_weights"); + + // prepare content for next call + mPanelContents->clearContents(); } void click_popup_info(void*) |