Try to fix errors
This commit is contained in:
parent
574590e869
commit
979b39d374
@ -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 New Issue
Block a user