This commit is contained in:
@@ -80,7 +80,8 @@ namespace Volian.Controls.Library
|
||||
}
|
||||
public void FindSearchString()
|
||||
{
|
||||
SelectedStepItem.MyStepRTB.Find(SearchString);
|
||||
// convert the '-' to the unicode non-breaking dash (\u8209? or \u2011 hex)
|
||||
SelectedStepItem.MyStepRTB.Find(SearchString.Replace('-','\u2011'));
|
||||
}
|
||||
#endregion
|
||||
#region Contructors
|
||||
|
Reference in New Issue
Block a user