refactoring to EditorDraw

This commit is contained in:
LarsBrubaker 2020-10-08 22:17:52 -07:00
parent f01914f1b1
commit e1b1757af1
4 changed files with 19 additions and 11 deletions

View file

@ -188,7 +188,7 @@ namespace MatterHackers.Plugins.EditorTools
else
{
// render on top of everything very lightly
Object3DControlContext.World.Render3DLine(clippingFrustum, bottomPosition, topPosition, new Color(theme.TextColor, 20), false, GuiWidget.DeviceScale);
Object3DControlContext.World.Render3DLine(clippingFrustum, bottomPosition, topPosition, theme.TextColor.WithAlpha(20), false, GuiWidget.DeviceScale);
}
}
}