[radegast] r1200 committed - Display the correct context menu for Primitives clicked on in the 3D v...

0 views
Skip to first unread message

rade...@googlecode.com

unread,
Feb 12, 2012, 7:24:34 PM2/12/12
to radega...@googlegroups.com
Revision: 1200
Author: logicmoo
Date: Sun Feb 12 16:22:29 2012
Log: Display the correct context menu for Primitives clicked on in the
3D viewer
http://code.google.com/p/radegast/source/detail?r=1200

Modified:
/trunk/Radegast/GUI/Rendering/Rendering.cs

=======================================
--- /trunk/Radegast/GUI/Rendering/Rendering.cs Sun Feb 12 15:13:22 2012
+++ /trunk/Radegast/GUI/Rendering/Rendering.cs Sun Feb 12 16:22:29 2012
@@ -3338,7 +3338,7 @@

Client.Inventory.RequestDeRezToInventory(prim.Prim.LocalID,
DeRezDestination.AgentInventoryTake,
Client.Inventory.FindFolderForType(AssetType.TrashFolder), UUID.Random());
});
ctxMenu.Items.Add(item);
-
instance.ContextActionManager.AddContributions(ctxMenu, typeof(Avatar),
prim.Prim.ID);
+
instance.ContextActionManager.AddContributions(ctxMenu, typeof(Primitive),
prim.Prim.ID);


}

Reply all
Reply to author
Forward
0 new messages