mirror of
https://github.com/KillzXGaming/Switch-Toolbox
synced 2024-11-10 07:04:36 +00:00
Try to fix errors
This commit is contained in:
parent
574590e869
commit
979b39d374
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue