WIP fixing 3469

This commit is contained in:
Tig
2024-05-12 21:55:43 -06:00
parent a8b9ddb2aa
commit ba4139f5f6
3 changed files with 12 additions and 2 deletions

View File

@@ -198,6 +198,8 @@ public class TextFormatter
{
_size = EnableNeedsFormat (value);
}
Debug.Assert (Size.Width >= 0);
Debug.Assert (Size.Height >= 0);
}
}