Starting values of colors is "Empty"

This commit is contained in:
Tim Young 2018-02-27 16:22:59 -06:00
parent a06f27a836
commit 8187cc7a34
1 changed files with 2 additions and 0 deletions

View File

@ -108,6 +108,8 @@ namespace EduNetworkBuilder
cbFillColor.Items.Add(ColorName);
cbLineColor.Items.Add(ColorName);
}
cbFillColor.Text = "Empty";
cbLineColor.Text = "Empty";
BuildButtons();
LayoutButtons();