Fix create selection getting overwritten by multiple updates for the same prim.

This commit is contained in:
Melanie Thielker
2010-05-31 19:00:02 +02:00
parent bbb4d6e4c9
commit d4b4cbf5a5
5 changed files with 13 additions and 6 deletions

View File

@@ -1542,7 +1542,7 @@ namespace OpenSim.Region.Framework.Scenes
// We need to explicitly resend the newly link prim's object properties since no other actions
// occur on link to invoke this elsewhere (such as object selection)
parentGroup.RootPart.AddFlag(PrimFlags.CreateSelected);
parentGroup.RootPart.CreateSelected = true;
parentGroup.TriggerScriptChangedEvent(Changed.LINK);
}
finally