EXT-2760 : Double-clicking an Object in inventory opens the permissions in the side tray

Double clicking on an object no longer brings up both the floater and sidetray (it only brings up the sidetray now).

--HG--
branch : avatar-pipeline
master
Loren Shih 2009-12-16 13:53:19 -05:00
parent 073ec70829
commit f87dcc28fa
1 changed files with 2 additions and 1 deletions

View File

@ -5099,8 +5099,9 @@ void LLAnimationBridgeAction::doIt()
//virtual
void LLObjectBridgeAction::doIt()
{
/*
LLFloaterReg::showInstance("properties", mUUID);
*/
LLInvFVBridgeAction::doIt();
}