Exception Rectangular (#238)
System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index
at System.ThrowHelper.ThrowArgumentOutOfRangeException()
at System.Collections.Generic.List`1.get_Item(Int32 index)
at SoftwareIdeasModeler.Core.Commands.AdjustRectangularPointsCommand.SetRectangularPath(List`1 points)
at SoftwareIdeasModeler.Core.Commands.AdjustRectangularPointsCommand.Execute()
at SoftwareIdeasModeler.Core.Commands.CombinedCommand.Execute()
at SoftwareIdeasModeler.Core.Commands.CombinedCommand.Execute()
at SoftwareIdeasModeler.Core.Projecting.CommandStack.AddCommand(Command command, Boolean execute)
at SoftwareIdeasModeler.Core.Projecting.Project.Execute(Command cmd)
at SoftwareIdeasModeler.DiagramTools.SelectionTool.ChangeBounds(EnhancedMouseEventArgs e, Boolean finalPosition)
at SoftwareIdeasModeler.DiagramTools.SelectionTool.MouseUp(EnhancedMouseEventArgs e)
at SoftwareIdeasModeler.SimDiagramControl.canvas_MouseUp(Object sender, MouseEventArgs e)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)