mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-20 08:58:00 +02:00
Fixed crash when pressing F2 on Workspace item in project panel
This commit is contained in:
parent
9893cb9627
commit
f41a4b0173
1 changed files with 2 additions and 1 deletions
|
@ -1838,6 +1838,7 @@ namespace IDE.ui
|
||||||
{
|
{
|
||||||
ProjectItem projectItem;
|
ProjectItem projectItem;
|
||||||
mListViewToProjectMap.TryGetValue(selectedListViewItem, out projectItem);
|
mListViewToProjectMap.TryGetValue(selectedListViewItem, out projectItem);
|
||||||
|
if (projectItem != null)
|
||||||
RenameItem(projectItem);
|
RenameItem(projectItem);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue