Rename TitleChanged event to ValueChanged

This commit is contained in:
John Lewin 2018-08-03 07:35:17 -07:00
parent b17ac901c3
commit 0f88e7aab7
4 changed files with 6 additions and 6 deletions

View file

@ -80,7 +80,7 @@ namespace MatterHackers.MatterControl.SlicerConfiguration
var localIndex = i;
inlineEdit.TitleChanged += (s, e) =>
inlineEdit.ValueChanged += (s, e) =>
{
_list[localIndex] = inlineEdit.Text;
};