Skip to content
Snippets Groups Projects
Commit 5f6c7c6e authored by Kitty Barnett's avatar Kitty Barnett
Browse files

[FIXED] Dangling commit for previous Linux fix

parent a610e552
No related branches found
No related tags found
No related merge requests found
......@@ -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;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment