Unit test update

This commit is contained in:
Tig
2024-04-26 22:10:23 -06:00
parent 09565a0ef1
commit acc924b7b5
5 changed files with 401 additions and 253 deletions

View File

@@ -245,7 +245,7 @@ public class TextFormatter
_text = EnableNeedsFormat (value);
// BUGBUG: If AutoSize is false, there should be no "automatic behavior" like setting the size
if (AutoSize || (textWasNull && Size.IsEmpty))
if (AutoSize /*|| (textWasNull && Size.IsEmpty)*/)
{
Size = GetAutoSize ();
}