mirror of
https://github.com/VitalickS/BrightSharp.Toolkit.git
synced 2026-03-21 02:21:15 +00:00
improvements and fixes
This commit is contained in:
@@ -103,6 +103,7 @@ namespace BrightSharp.Diagrams
|
||||
{
|
||||
public LodInfo(string lod)
|
||||
{
|
||||
lod = lod.TrimStart();
|
||||
UseAnimation = lod.StartsWith("a", true, CultureInfo.InvariantCulture);
|
||||
lod = lod.TrimStart('a', 'A').Trim();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user