summaryrefslogtreecommitdiff
path: root/indra/newview/llfloatertools.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/llfloatertools.cpp')
-rw-r--r--indra/newview/llfloatertools.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/indra/newview/llfloatertools.cpp b/indra/newview/llfloatertools.cpp
index 65e5dc2bf9..9e5eb2008b 100644
--- a/indra/newview/llfloatertools.cpp
+++ b/indra/newview/llfloatertools.cpp
@@ -778,8 +778,8 @@ void LLFloaterTools::onOpen()
mParcelSelection = LLViewerParcelMgr::getInstance()->getFloatingParcelSelection();
mObjectSelection = LLSelectMgr::getInstance()->getEditSelection();
- gMenuBarView->setItemVisible(std::string("Tools"), TRUE);
- gMenuBarView->arrange();
+ // gMenuBarView->setItemVisible(std::string("Tools"), TRUE);
+ // gMenuBarView->arrange();
}
// virtual
@@ -812,8 +812,8 @@ void LLFloaterTools::onClose(bool app_quitting)
// so manually reset tool to default (pie menu tool)
LLToolMgr::getInstance()->getCurrentToolset()->selectFirstTool();
- gMenuBarView->setItemVisible(std::string("Tools"), FALSE);
- gMenuBarView->arrange();
+ // gMenuBarView->setItemVisible(std::string("Tools"), FALSE);
+ // gMenuBarView->arrange();
}
void LLFloaterTools::showMore(BOOL show_more)