mirror of
https://github.com/reactos/RosTE.git
synced 2024-11-23 03:29:57 +00:00
- remove the object from the list
- fixes a bug when deleting a drive, then adding a new one directly after svn path=/trunk/tools/RosTE/; revision=266
This commit is contained in:
parent
e8480184ee
commit
a742e22589
@ -506,6 +506,7 @@ namespace RosTEGUI
|
||||
|
||||
public void DeleteHardDisk(VMHardDrive vmhd)
|
||||
{
|
||||
hardDrives.Remove(vmhd);
|
||||
vmhd.DeleteHardDrive(vmhd.DiskID);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user