just in case there's an ID10T error

This commit is contained in:
Michael Becker 2021-05-22 02:18:08 -04:00
parent 4b3dc58803
commit 6866c3038f
No known key found for this signature in database
GPG Key ID: 98C333A81F18C22C

View File

@ -80,6 +80,9 @@ namespace MBS.Framework.Drawing
}
public static Color FromString(string value)
{
if (value == null)
return Color.Empty;
/*
if (value.StartsWith("@"))
{