mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2024-11-26 05:02:36 +01:00
Fix for save as after changing format
This commit is contained in:
parent
6f01845788
commit
9d2cfe57d8
@ -5060,6 +5060,7 @@ namespace Nikse.SubtitleEdit.Forms
|
||||
_currentSubtitleFormat = newFormat;
|
||||
MakeFormatChange(newFormat, oldFormat);
|
||||
_converted = _currentSubtitleFormat != null;
|
||||
_formatManuallyChanged = _converted;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user