refactoring

This commit is contained in:
Lars Brubaker 2017-06-15 16:37:15 -07:00
parent 8a08c5cff4
commit 80867e716e

View file

@ -105,7 +105,7 @@ namespace MatterHackers.MatterControl.PartPreviewWindow
Vector2 pointerBottom = new Vector2(startLineGroundPos.x + HorizontalLineLength / 2, yGround);
Vector2 pointerTop = new Vector2(startLineSelectionPos.x + HorizontalLineLength / 2, ySelection);
InteractionVolume.DrawMeasureLine(drawEvent.graphics2D, pointerBottom, pointerTop, RGBA_Bytes.Black, InteractionVolume.LineArrows.End);
InteractionVolume.DrawMeasureLine(drawEvent.graphics2D, pointerBottom, pointerTop, RGBA_Bytes.Black, LineArrows.End);
}
}
}