1
0
mirror of synced 2025-01-19 17:18:44 +01:00

Fix updating file format for archives if an editor is open and raw data is replaced.

This commit is contained in:
KillzXGaming 2020-05-17 20:20:23 -04:00
parent 06b6f5b2ab
commit bcf7e9468b

View File

@ -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);
} }