From 2b2805e96e692bda25411cd816376e9880dce6b1 Mon Sep 17 00:00:00 2001
From: Rye Mutt <rye@alchemyviewer.org>
Date: Wed, 20 Dec 2023 21:34:20 -0500
Subject: [PATCH] Fix probe checkbox not hiding properly

---
 indra/newview/llfloatertools.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/indra/newview/llfloatertools.cpp b/indra/newview/llfloatertools.cpp
index 002bea5a728..049913a3b4c 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());
-- 
GitLab