Fixing pencil colors.
This commit is contained in:
parent
10e173c6c0
commit
e4713d2715
4 changed files with 6 additions and 3 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue