diff --git a/src/ui/Controls/VideoPlayerContainer.cs b/src/ui/Controls/VideoPlayerContainer.cs index 7956dd4da..cfd60bd5b 100644 --- a/src/ui/Controls/VideoPlayerContainer.cs +++ b/src/ui/Controls/VideoPlayerContainer.cs @@ -374,7 +374,7 @@ namespace Nikse.SubtitleEdit.Controls { var mpv = VideoPlayer as LibMpvDynamic; LastParagraph = p; - if (mpv != null && Configuration.Settings.General.MpvHandlesPreviewText) + if (mpv != null && Configuration.Settings.General.MpvHandlesPreviewText && VideoHeight > 0 && VideoWidth > 0) { if (_subtitlesHeight > 0) {