The default start color is no longer the back-color (dont know why it took me so long that it was cancer AF)
This commit is contained in:
@@ -36,6 +36,11 @@ namespace Paint_2
|
|||||||
ToolList = toolList;
|
ToolList = toolList;
|
||||||
if (toolList[0] != null)
|
if (toolList[0] != null)
|
||||||
{
|
{
|
||||||
|
//Setup default Color
|
||||||
|
foreach (PaintTool tool in toolList)
|
||||||
|
{
|
||||||
|
tool.Color = Color.White;
|
||||||
|
}
|
||||||
CurrentTool = toolList[0];
|
CurrentTool = toolList[0];
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user