This commit is contained in:
@@ -86,7 +86,8 @@ namespace Volian.Controls.Library
|
||||
grd.SetSearchCell(SearchString);
|
||||
}
|
||||
// convert the '-' to the unicode non-breaking dash (\u8209? or \u2011 hex)
|
||||
SelectedEditItem.MyStepRTB.Find(SearchString.Replace('-','\u2011'));
|
||||
if (!SelectedEditItem.MyStepRTB.IsRoTable)
|
||||
SelectedEditItem.MyStepRTB.Find(SearchString.Replace('-','\u2011'));
|
||||
}
|
||||
#endregion
|
||||
#region Contructors
|
||||
|
Reference in New Issue
Block a user