diff options
Diffstat (limited to 'OpenSim/Region/Environment/Scenes')
-rw-r--r-- | OpenSim/Region/Environment/Scenes/InnerScene.cs | 1 | ||||
-rw-r--r-- | OpenSim/Region/Environment/Scenes/SceneObjectGroup.cs | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Region/Environment/Scenes/InnerScene.cs b/OpenSim/Region/Environment/Scenes/InnerScene.cs index 7df70a0..2b2e087 100644 --- a/OpenSim/Region/Environment/Scenes/InnerScene.cs +++ b/OpenSim/Region/Environment/Scenes/InnerScene.cs | |||
@@ -1364,6 +1364,7 @@ namespace OpenSim.Region.Environment.Scenes | |||
1364 | 1364 | ||
1365 | // We need to explicitly resend the newly link prim's object properties since no other actions | 1365 | // We need to explicitly resend the newly link prim's object properties since no other actions |
1366 | // occur on link to invoke this elsewhere (such as object selection) | 1366 | // occur on link to invoke this elsewhere (such as object selection) |
1367 | parenPrim.RootPart.AddFlag(LLObject.ObjectFlags.CreateSelected); | ||
1367 | parenPrim.TriggerScriptChangedEvent(Changed.LINK); | 1368 | parenPrim.TriggerScriptChangedEvent(Changed.LINK); |
1368 | if (client != null) | 1369 | if (client != null) |
1369 | parenPrim.GetProperties(client); | 1370 | parenPrim.GetProperties(client); |
diff --git a/OpenSim/Region/Environment/Scenes/SceneObjectGroup.cs b/OpenSim/Region/Environment/Scenes/SceneObjectGroup.cs index 87e69f7..e982c35 100644 --- a/OpenSim/Region/Environment/Scenes/SceneObjectGroup.cs +++ b/OpenSim/Region/Environment/Scenes/SceneObjectGroup.cs | |||
@@ -1756,6 +1756,7 @@ namespace OpenSim.Region.Environment.Scenes | |||
1756 | linkPart.LinkNum = m_parts.Count; | 1756 | linkPart.LinkNum = m_parts.Count; |
1757 | 1757 | ||
1758 | linkPart.SetParent(this); | 1758 | linkPart.SetParent(this); |
1759 | linkPart.AddFlag(LLObject.ObjectFlags.CreateSelected); | ||
1759 | 1760 | ||
1760 | //if (linkPart.PhysActor != null) | 1761 | //if (linkPart.PhysActor != null) |
1761 | //{ | 1762 | //{ |