Fixing pencil colors.

This commit is contained in:
Lars Brubaker 2016-05-10 11:42:40 -07:00
parent 10e173c6c0
commit e4713d2715
4 changed files with 6 additions and 3 deletions

View file

@ -241,7 +241,7 @@ namespace MatterHackers.MatterControl
{
editButton = new Button(0, 0, new ButtonViewThreeImage(normalImage,
SetToColor.CreateSetToColor(normalImage, RGBA_Bytes.Gray),
SetToColor.CreateSetToColor(normalImage, RGBA_Bytes.Black)));
SetToColor.CreateSetToColor(normalImage, RGBA_Bytes.White)));
}
return editButton;