diff --git a/Terminal.Gui/Core/View.cs b/Terminal.Gui/Core/View.cs index 3da605554..0fcd73b07 100644 --- a/Terminal.Gui/Core/View.cs +++ b/Terminal.Gui/Core/View.cs @@ -2173,7 +2173,7 @@ namespace Terminal.Gui { var r = new Rect (actX, actY, actW, actH); if (Frame != r) { - Frame = new Rect (actX, actY, actW, actH); + Frame = r; if (!SetMinWidthHeight ()) TextFormatter.Size = GetBoundsTextFormatterSize (); }