Fixed positioning with double click

Originally committed to SVN as r127.
This commit is contained in:
Rodrigo Braz Monteiro 2006-02-23 20:08:31 +00:00
parent f7bca9dd7f
commit 156816a3ce

View file

@ -1065,6 +1065,9 @@ void SubsEditBox::SetOverride (wxString tagname,wxString preValue,int forcePos)
startcolor = style->shadow.GetWXColor(); startcolor = style->shadow.GetWXColor();
isColor = true; isColor = true;
} }
else if (tagname == _T("\\pos")) {
isPos = true;
}
bool hasEnd = isFlag; bool hasEnd = isFlag;
// Find current value of style // Find current value of style