B2015-066: Revert to previous file. (Note that last checkin listed incorrect bug number)
This commit is contained in:
parent
ba036e23ff
commit
a14492ae02
@ -1129,9 +1129,7 @@ namespace Volian.Controls.Library
|
||||
return;
|
||||
}
|
||||
bool doTranmod = cbPageNum.Visible && cbPageNum.Checked;
|
||||
int trtype = (int)_CurItemFrom.ActiveFormat.PlantFormat.FormatData.TransData.TransTypeList[listBoxTranFmt.SelectedIndex].Type;
|
||||
|
||||
trantxt = TransitionText.GetResolvedText(MyRTB.MyItemInfo, trtype, toItem, rangeItem ?? toItem, doTranmod);
|
||||
trantxt = TransitionText.GetResolvedText(MyRTB.MyItemInfo, listBoxTranFmt.SelectedIndex, toItem, rangeItem ?? toItem, doTranmod);
|
||||
int ss = MyRTB.SelectionStart;// Remember where the link is being added
|
||||
int sl = MyRTB.SelectionLength;
|
||||
MyRTB.OnReturnToEditor(this, new EventArgs());
|
||||
|
Loading…
x
Reference in New Issue
Block a user