diff options
author | Justin Clark-Casey (justincc) | 2011-07-19 03:38:22 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2011-07-19 03:38:22 +0100 |
commit | 7c468cda360b9a9382986c3a029b799fd49bf898 (patch) | |
tree | 1abc41267041a08aa2d6462a0652ce4a1de94753 /OpenSim/Region/Framework/Scenes/SceneGraph.cs | |
parent | fix undo when resizing of non-root individual prims in a linkset (diff) | |
download | opensim-SC-7c468cda360b9a9382986c3a029b799fd49bf898.zip opensim-SC-7c468cda360b9a9382986c3a029b799fd49bf898.tar.gz opensim-SC-7c468cda360b9a9382986c3a029b799fd49bf898.tar.bz2 opensim-SC-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 'OpenSim/Region/Framework/Scenes/SceneGraph.cs')
-rw-r--r-- | OpenSim/Region/Framework/Scenes/SceneGraph.cs | 1 |
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> |