We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a0527a commit cc70594Copy full SHA for cc70594
VisioContainer.ps1
@@ -62,7 +62,7 @@ Function New-VisioContainer {
62
$droppedContainer.Name = $Name
63
}
64
$droppedContainer.ContainerProperties.SetMargin($vis.PageUnits, 0.25)
65
- $containedObjects | select-object -Skip 1 | foreach-object {
+ $containedObjects | foreach-object {
66
if (-not $updatemode -or ($droppedContainer.ContainerProperties.GetMemberShapes(16 + 2) -notcontains $_.ID)) {
67
$droppedcontainer.ContainerProperties.AddMember($_, 1)
68
0 commit comments