mirror of
https://github.com/KillzXGaming/Switch-Toolbox
synced 2024-11-26 22:40:27 +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;
|
ArchiveFileInfo.FileFormat = null;
|
||||||
Nodes.Clear();
|
Nodes.Clear();
|
||||||
|
|
||||||
ArchiveFileInfo.OpenFile();
|
ArchiveFileInfo.FileFormat = ArchiveFileInfo.OpenFile();
|
||||||
OpenFileFormat(TreeView);
|
OpenFileFormat(TreeView);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue