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
1 changed files with 1 additions and 0 deletions

View File

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