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
committed by Melanie
parent 8df9f272eb
commit e515467c5e
5 changed files with 13 additions and 6 deletions

View File

@@ -1500,7 +1500,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);
parentGroup.HasGroupChanged = true;
parentGroup.ScheduleGroupForFullUpdate();