just in case there's an ID10T error
This commit is contained in:
parent
4b3dc58803
commit
6866c3038f
@ -80,6 +80,9 @@ namespace MBS.Framework.Drawing
|
||||
}
|
||||
public static Color FromString(string value)
|
||||
{
|
||||
if (value == null)
|
||||
return Color.Empty;
|
||||
|
||||
/*
|
||||
if (value.StartsWith("@"))
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user