Starting values of colors is "Empty"
This commit is contained in:
parent
a06f27a836
commit
8187cc7a34
@ -108,6 +108,8 @@ namespace EduNetworkBuilder
|
||||
cbFillColor.Items.Add(ColorName);
|
||||
cbLineColor.Items.Add(ColorName);
|
||||
}
|
||||
cbFillColor.Text = "Empty";
|
||||
cbLineColor.Text = "Empty";
|
||||
|
||||
BuildButtons();
|
||||
LayoutButtons();
|
||||
|
Loading…
Reference in New Issue
Block a user