mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-29 17:28:01 +01:00
Refactoring code.
This commit is contained in:
@@ -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 ();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user