Revert back to expected selection colors
- Issue MatterHackers/MCCentral#5650 Unexpected debugging colors checked in
This commit is contained in:
parent
feaffd28b5
commit
1251412cd0
1 changed files with 2 additions and 2 deletions
|
|
@ -198,12 +198,12 @@ namespace MatterHackers.Plugins.EditorTools
|
|||
{
|
||||
if (e.ZBuffered)
|
||||
{
|
||||
InteractionContext.World.Render3DLine(clippingFrustum, startPosition, endPosition, Color.Green);
|
||||
InteractionContext.World.Render3DLine(clippingFrustum, startPosition, endPosition, theme.TextColor);
|
||||
}
|
||||
else
|
||||
{
|
||||
// render on top of everything very lightly
|
||||
InteractionContext.World.Render3DLine(clippingFrustum, startPosition, endPosition, new Color(Color.Green, 20), false);
|
||||
InteractionContext.World.Render3DLine(clippingFrustum, startPosition, endPosition, new Color(theme.TextColor, 20), false);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue