Fixed positioning with double click
Originally committed to SVN as r127.
This commit is contained in:
parent
f7bca9dd7f
commit
156816a3ce
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue