B2015-066: Revert to previous file. (Note that last checkin listed incorrect bug number)

This commit is contained in:
Kathy Ruffing 2015-05-26 16:16:39 +00:00
parent ba036e23ff
commit a14492ae02

View File

@ -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());