mirror of https://github.com/odrling/Aegisub
Fixed positioning with double click
Originally committed to SVN as r127.
This commit is contained in:
parent
f7bca9dd7f
commit
156816a3ce
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue