diff --git a/indra/newview/llfloatertools.cpp b/indra/newview/llfloatertools.cpp index 002bea5a728d959ed0777da5d4105b3db1d86b94..049913a3b4cf9a947fc225214cfef10a0affc249 100644 --- a/indra/newview/llfloatertools.cpp +++ b/indra/newview/llfloatertools.cpp @@ -858,6 +858,7 @@ void LLFloaterTools::updatePopup(LLCoordGL center, MASK mask) if (mCheckStretchUniformLabel) mCheckStretchUniformLabel->setVisible( edit_visible ); if (mCheckActualRoot) mCheckActualRoot->setVisible( edit_visible ); getChild<LLUICtrl>("checkbox selection")->setVisible( edit_visible ); + getChild<LLUICtrl>("checkbox select probes")->setVisible(edit_visible); // Create buttons BOOL create_visible = (tool == LLToolCompCreate::getInstance());