Ported the old tab renaming code into main
Needs to be cleaned up
This commit is contained in:
parent
035b84d065
commit
b664670a42
47 changed files with 644 additions and 337 deletions
|
|
@ -365,7 +365,7 @@ namespace MatterHackers.MatterControl.CustomWidgets
|
|||
switch (keyEvent.KeyCode)
|
||||
{
|
||||
case Keys.F2:
|
||||
listView.ActiveContainer.Rename(firstItem);
|
||||
firstItem.Rename();
|
||||
listView.SelectedItems.Clear();
|
||||
break;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue