Refactoring code.

This commit is contained in:
BDisp
2022-10-31 12:27:50 +00:00
parent 45990d0e87
commit 237b57e4b2

View File

@@ -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 ();
}