mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-18 08:06:04 +02:00
Fixed some file/dir deleting issues
This commit is contained in:
parent
9a2d200b70
commit
387ba470d4
5 changed files with 46 additions and 11 deletions
|
@ -249,7 +249,8 @@ namespace IDE
|
|||
{
|
||||
mParentFolder.mChildMap.Remove(mName);
|
||||
mName.Set(newName);
|
||||
mParentFolder.mChildMap.Add(mName, this);
|
||||
bool added = mParentFolder.mChildMap.TryAdd(mName, this);
|
||||
Debug.Assert(added);
|
||||
}
|
||||
|
||||
if ((didNameMatch) && (changePath))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue