diff --git a/indra/newview/llglsandbox.cpp b/indra/newview/llglsandbox.cpp
index 5e476f41b14499060ff0c70327be01afd5344b8f..aed7b99cbfe17996a4520a9c413b93fd2add192b 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;
 	}