From e76dba28b7ce2c17de4da7af659b15cace99b155 Mon Sep 17 00:00:00 2001 From: niksedk Date: Thu, 9 Aug 2012 17:53:41 +0000 Subject: [PATCH] Minor fix for Youtube Annotations - thx zephyrer :) git-svn-id: https://subtitleedit.googlecode.com/svn/trunk@1325 99eadd0c-20b8-1223-b5c4-2a2b2df33de2 --- src/Logic/SubtitleFormats/YouTubeAnnotations.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Logic/SubtitleFormats/YouTubeAnnotations.cs b/src/Logic/SubtitleFormats/YouTubeAnnotations.cs index fa14496aa..6870c2d75 100644 --- a/src/Logic/SubtitleFormats/YouTubeAnnotations.cs +++ b/src/Logic/SubtitleFormats/YouTubeAnnotations.cs @@ -189,6 +189,7 @@ namespace Nikse.SubtitleEdit.Logic.SubtitleFormats else { styles.Add("popup"); + styles.Add("anchored"); } foreach (XmlNode node in xml.SelectNodes("//annotation"))