Another adjustment for appling path settings

This commit is contained in:
KillzXGaming 2019-05-19 17:52:23 -04:00
parent e6c911f026
commit 2cd53cb76d
3 changed files with 1 additions and 3 deletions

Binary file not shown.

View file

@ -149,9 +149,6 @@ namespace FirstPlugin
editor.FileFormat = this;
editor.Text = FileName;
editor.Dock = DockStyle.Fill;
SupportPaths = data.SupportPaths;
return editor;
}
@ -162,6 +159,7 @@ namespace FirstPlugin
IsDialog = IFileInfo != null && IFileInfo.InArchive;
data = ByamlFile.LoadN(stream, true);
SupportPaths = data.SupportPaths;
}
public void Unload()
{