mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2026-01-02 01:03:29 +01:00
Unit test update
This commit is contained in:
@@ -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 ();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user