[VMM] Fix the inventory key handling issue

Thanks for the help Router
This commit is contained in:
Lirusaito
2019-03-16 20:01:40 -04:00
parent c260158a2c
commit eec7385045

View File

@@ -1334,6 +1334,7 @@ void LLInventoryPanel::doToSelected(const LLSD& userdata)
BOOL LLInventoryPanel::handleKeyHere( KEY key, MASK mask )
{
/*
BOOL handled = FALSE;
switch (key)
{
@@ -1355,8 +1356,8 @@ BOOL LLInventoryPanel::handleKeyHere( KEY key, MASK mask )
handled = TRUE;
}
break;
}
return handled;
}*/
return LLPanel::handleKeyHere(key, mask);
}
bool LLInventoryPanel::isSelectionRemovable()