WIP fixing 3469

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

View File

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