Save text after adding transition
This commit is contained in:
parent
ee4f83fc20
commit
6f2b22b67e
@ -836,6 +836,7 @@ namespace Volian.Controls.Library
|
||||
trantxt = TransitionText.GetResolvedText(_MyRTB.MyItemInfo, listBoxTranFmt.SelectedIndex,toItem,rangeItem ?? toItem);
|
||||
_MyRTB.InsertTran(trantxt, linktxt);
|
||||
_MyRTB.Select(_MyRTB.SelectionStart + trantxt.Length + linktxt.Length,0);
|
||||
_MyRTB.SaveText();
|
||||
_MyRTB.Focus();
|
||||
}
|
||||
#endregion
|
||||
|
Loading…
x
Reference in New Issue
Block a user