MikeShepard / VisioBot3000

Simple Visio Automation from Powershell
MIT License
50 stars 13 forks source link

Removed Skip 1 in Container logic. #74

Closed MikeShepard closed 6 years ago

MikeShepard commented 6 years ago

Close #73 with commit that removes skip 1

The idea was that the container already has the first object (it was dropped around the first object), so we don't have to expand the container to include it.

Removing the skip fixed the problem that the first object wasn't in the container.