mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 03:28:20 +02:00
Fix for deleting mFileNames values in Reset
This commit is contained in:
parent
ed679f6f10
commit
10f175b0c5
1 changed files with 2 additions and 1 deletions
|
@ -119,7 +119,8 @@ namespace System.IO
|
|||
DeleteAndNullify!(mTitle);
|
||||
DeleteAndNullify!(mInitialDir);
|
||||
DeleteAndNullify!(mDefaultExt);
|
||||
DeleteAndNullify!(mFileNames);
|
||||
DeleteContainerAndItems!(mFileNames);
|
||||
mFileNames = null;
|
||||
DeleteAndNullify!(mFilter);
|
||||
mFilterIndex = 1;
|
||||
mSupportMultiDottedExtensions = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue