Try to fix errors

This commit is contained in:
KillzXGaming 2020-03-08 18:57:18 -04:00
parent 574590e869
commit 979b39d374

View file

@ -393,8 +393,8 @@ namespace Toolbox
if (ActiveMdiChild is IFIleEditor)
{
if (((IFIleEditor)ActiveMdiChild).GetFileFormats().Count > 0)
((IFIleEditor)ActiveMdiChild).BeforeFileSaved();
// if (((IFIleEditor)ActiveMdiChild).GetFileFormats().Count > 0)
// ((IFIleEditor)ActiveMdiChild).BeforeFileSaved();
}
string FileName = format.FilePath;