refactoring to EditorDraw
This commit is contained in:
parent
f01914f1b1
commit
e1b1757af1
4 changed files with 19 additions and 11 deletions
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue