diff options
author | seth_productengine <none@none> | 2011-07-28 18:41:43 +0300 |
---|---|---|
committer | seth_productengine <none@none> | 2011-07-28 18:41:43 +0300 |
commit | 6c7653c65bd3f9907bcd4a8a54e4e5c1d172d15e (patch) | |
tree | f7f76b9b50e61e255859eca9c7e205c0a5e83f96 /indra/newview/llfloatertools.cpp | |
parent | ea3d58b3141a7277870b66262ee0afb9c23c3423 (diff) |
SH-2169 FIXED New object weights floater added.
Diffstat (limited to 'indra/newview/llfloatertools.cpp')
-rw-r--r-- | 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 84fb8bd9e7..9121e80a4e 100644 --- a/indra/newview/llfloatertools.cpp +++ b/indra/newview/llfloatertools.cpp @@ -826,6 +826,9 @@ void LLFloaterTools::onClose(bool app_quitting) //gMenuBarView->setItemVisible("BuildTools", FALSE); LLFloaterReg::hideInstance("media_settings"); + + // hide the advanced object weights floater + LLFloaterReg::hideInstance("object_weights"); } void click_popup_info(void*) |