|
@@ -204,6 +204,8 @@ namespace HTEXLib.Models.Inner
|
|
|
{
|
|
|
base.VisualShapeProp.Extents = groupShape.GroupShapeProperties.TransformGroup.Extents;
|
|
|
base.VisualShapeProp.Offset = groupShape.GroupShapeProperties.TransformGroup.Offset;
|
|
|
+ base.VisualShapeProp.ChildExtents= groupShape.GroupShapeProperties.TransformGroup.ChildExtents;
|
|
|
+ base.VisualShapeProp.ChildOffset = groupShape.GroupShapeProperties.TransformGroup.ChildOffset;
|
|
|
}
|
|
|
else
|
|
|
{
|
|
@@ -227,6 +229,8 @@ namespace HTEXLib.Models.Inner
|
|
|
{
|
|
|
base.VisualShapeProp.Extents = layoutShape.GroupShapeProperties.TransformGroup.Extents;
|
|
|
base.VisualShapeProp.Offset = layoutShape.GroupShapeProperties.TransformGroup.Offset;
|
|
|
+ base.VisualShapeProp.ChildExtents = groupShape.GroupShapeProperties.TransformGroup.ChildExtents;
|
|
|
+ base.VisualShapeProp.ChildOffset = groupShape.GroupShapeProperties.TransformGroup.ChildOffset;
|
|
|
}
|
|
|
}
|
|
|
}
|