Check for index in range before selecting range in DataGridView.
Replace {sp} with space when svgText elements are deserialized. Added error handling for missing genmac macros. Changed lookup to internal to check for missing genmac macros.
This commit is contained in:
@@ -68,7 +68,7 @@ namespace Volian.Svg.Library
|
||||
public string Text
|
||||
{
|
||||
get { return _Text; }
|
||||
set { _Text = value; }
|
||||
set { _Text = value.Replace("{sp}"," "); }
|
||||
}
|
||||
#endregion
|
||||
#region Font Settings
|
||||
|
Reference in New Issue
Block a user