Ported the old tab renaming code into main

Needs to be cleaned up
This commit is contained in:
Lars Brubaker 2022-01-21 15:21:07 -08:00
parent 035b84d065
commit b664670a42
47 changed files with 644 additions and 337 deletions

View file

@ -365,7 +365,7 @@ namespace MatterHackers.MatterControl.CustomWidgets
switch (keyEvent.KeyCode)
{
case Keys.F2:
listView.ActiveContainer.Rename(firstItem);
firstItem.Rename();
listView.SelectedItems.Clear();
break;
}