mirror of
https://github.com/KillzXGaming/Switch-Toolbox
synced 2024-11-22 20:43:09 +00:00
Fix updating file format for archives if an editor is open and raw data is replaced.
This commit is contained in:
parent
06b6f5b2ab
commit
bcf7e9468b
1 changed files with 1 additions and 1 deletions
|
@ -984,7 +984,7 @@ namespace Toolbox.Library
|
|||
ArchiveFileInfo.FileFormat = null;
|
||||
Nodes.Clear();
|
||||
|
||||
ArchiveFileInfo.OpenFile();
|
||||
ArchiveFileInfo.FileFormat = ArchiveFileInfo.OpenFile();
|
||||
OpenFileFormat(TreeView);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue