Edit the selected item (select it on the list when the ShapeEdit window is opened)

This commit is contained in:
Tim Young 2018-03-01 13:00:54 -06:00
parent 90843eec0d
commit f4b07f1d9d

View File

@ -25,6 +25,7 @@ namespace EduNetworkBuilder
InitializeComponent(); InitializeComponent();
ShapeForEditing = WhatToEdit; ShapeForEditing = WhatToEdit;
LocalSetup(); LocalSetup();
lbShapeList.Text = WhatToEdit.ToString(); //Select the item
} }
void LocalSetup() void LocalSetup()