Another fix for ismt drag'n'drop

This commit is contained in:
niksedk 2021-11-14 13:35:07 +01:00
parent a9bc1d4b7a
commit 0693d348c8

View File

@ -14517,7 +14517,10 @@ namespace Nikse.SubtitleEdit.Forms
if (mp4SubtitleTracks.Count > 0)
{
ImportSubtitleFromMp4(fileName);
return;
if (_subtitle.Paragraphs.Count > 0)
{
return;
}
}
var f = new IsmtDfxp();