When Content of a StepItem changes, refresh the ItemAnnotations

FindText changed to use StepRTB object
This commit is contained in:
Rich
2010-01-11 22:20:33 +00:00
parent 214cc7769e
commit d00dc0749e
2 changed files with 5 additions and 1 deletions

View File

@@ -1806,7 +1806,7 @@ namespace Volian.Controls.Library
private RichTextBoxFinds _FindOptions = RichTextBoxFinds.None;
public void FindText(string str, bool caseSensitive, bool matchWholeWord, bool reverse)
{
StepRTB savRTF = new RTF();
StepRTB savRTF = new StepRTB();
int startpos = SelectionStart + SelectionLength;
savRTF.Text = this.Text;