Fix for save as after changing format

This commit is contained in:
niksedk 2021-11-01 20:24:45 +01:00
parent 6f01845788
commit 9d2cfe57d8

View File

@ -5060,6 +5060,7 @@ namespace Nikse.SubtitleEdit.Forms
_currentSubtitleFormat = newFormat;
MakeFormatChange(newFormat, oldFormat);
_converted = _currentSubtitleFormat != null;
_formatManuallyChanged = _converted;
}
}