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,7 +1838,8 @@ namespace IDE.ui
|
|||
{
|
||||
ProjectItem projectItem;
|
||||
mListViewToProjectMap.TryGetValue(selectedListViewItem, out projectItem);
|
||||
RenameItem(projectItem);
|
||||
if (projectItem != null)
|
||||
RenameItem(projectItem);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue