From 156816a3ceda028137375cf1b80bbb9640aa4436 Mon Sep 17 00:00:00 2001 From: Rodrigo Braz Monteiro Date: Thu, 23 Feb 2006 20:08:31 +0000 Subject: [PATCH] Fixed positioning with double click Originally committed to SVN as r127. --- core/subs_edit_box.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/core/subs_edit_box.cpp b/core/subs_edit_box.cpp index 92b8c1f8b..1c401200a 100644 --- a/core/subs_edit_box.cpp +++ b/core/subs_edit_box.cpp @@ -1065,6 +1065,9 @@ void SubsEditBox::SetOverride (wxString tagname,wxString preValue,int forcePos) startcolor = style->shadow.GetWXColor(); isColor = true; } + else if (tagname == _T("\\pos")) { + isPos = true; + } bool hasEnd = isFlag; // Find current value of style