mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2026-01-02 01:03:29 +01:00
Removed debug code.
Added [GenerateEnumExtensionMethods] to DimAutoStyle. Reordered DimAutoStyle.
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
using System.Diagnostics;
|
||||
|
||||
namespace Terminal.Gui;
|
||||
|
||||
/// <summary>
|
||||
@@ -200,8 +198,6 @@ public class TextFormatter
|
||||
{
|
||||
_size = EnableNeedsFormat (value);
|
||||
}
|
||||
Debug.Assert (Size.Width >= 0);
|
||||
Debug.Assert (Size.Height >= 0);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user