mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2024-11-25 12:44:46 +01:00
Another fix for ismt drag'n'drop
This commit is contained in:
parent
a9bc1d4b7a
commit
0693d348c8
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user