diff --git a/indra/newview/llglsandbox.cpp b/indra/newview/llglsandbox.cpp
index 083b4a98ddb9b96088a2757a6f5b2894f30b9df0..bd74639f51a660247e92be2d3cba610003e0adde 100644
--- a/indra/newview/llglsandbox.cpp
+++ b/indra/newview/llglsandbox.cpp
@@ -82,7 +82,7 @@ void LLToolSelectRect::handleRectangleSelection(S32 x, S32 y, MASK mask)
 	// Block rectangle selection if:
 	//   - prevented from editing anything at all
 	//   - prevented from interacting at all
-	if (RlvActions::isRlvEnabled() && (RlvActions::canEdit(ERlvCheckType::None) || RlvActions::hasBehaviour(RLV_BHVR_INTERACT)) )
+	if (RlvActions::isRlvEnabled() && (RlvActions::canEdit(ERlvCheckType::Nothing) || RlvActions::hasBehaviour(RLV_BHVR_INTERACT)) )
 	{
 		return;
 	}