aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/SceneGraph.cs
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2011-07-19 03:38:22 +0100
committerJustin Clark-Casey (justincc)2011-07-19 03:38:22 +0100
commit7c468cda360b9a9382986c3a029b799fd49bf898 (patch)
tree1abc41267041a08aa2d6462a0652ce4a1de94753 /OpenSim/Region/Framework/Scenes/SceneGraph.cs
parentfix undo when resizing of non-root individual prims in a linkset (diff)
downloadopensim-SC_OLD-7c468cda360b9a9382986c3a029b799fd49bf898.zip
opensim-SC_OLD-7c468cda360b9a9382986c3a029b799fd49bf898.tar.gz
opensim-SC_OLD-7c468cda360b9a9382986c3a029b799fd49bf898.tar.bz2
opensim-SC_OLD-7c468cda360b9a9382986c3a029b799fd49bf898.tar.xz
Stop undo of just the root prim position in the linkset from shifting the whole linkset.
However, what happens now is that undo just doesn't do anything when the root prim is selected on its own. This requires more code than just fiddling with undo states.
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/Framework/Scenes/SceneGraph.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/OpenSim/Region/Framework/Scenes/SceneGraph.cs b/OpenSim/Region/Framework/Scenes/SceneGraph.cs
index 8e174f5..26857c2 100644
--- a/OpenSim/Region/Framework/Scenes/SceneGraph.cs
+++ b/OpenSim/Region/Framework/Scenes/SceneGraph.cs
@@ -1296,7 +1296,6 @@ namespace OpenSim.Region.Framework.Scenes
1296 } 1296 }
1297 } 1297 }
1298 1298
1299
1300 /// <summary> 1299 /// <summary>
1301 /// 1300 ///
1302 /// </summary> 1301 /// </summary>