mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-29 09:18:01 +01:00
Removing forgotten code.
This commit is contained in:
@@ -54,12 +54,6 @@ namespace Terminal.Gui {
|
||||
}
|
||||
set {
|
||||
_frame = new Rect (value.X, value.Y, Math.Max (value.Width, 0), Math.Max (value.Height, 0));
|
||||
if (LayoutStyle == LayoutStyle.Computed) {
|
||||
if (_x is Pos.PosAbsolute) { _x = _frame.X; }
|
||||
if (_y is Pos.PosAbsolute) { _y = _frame.Y; }
|
||||
if (_width is Dim.DimAbsolute) { _width = _frame.Width; }
|
||||
if (_height is Dim.DimAbsolute) { _height = _frame.Height; }
|
||||
}
|
||||
if (IsInitialized || LayoutStyle == LayoutStyle.Absolute) {
|
||||
LayoutFrames ();
|
||||
TextFormatter.Size = GetTextFormatterSizeNeededForTextAndHotKey ();
|
||||
|
||||
Reference in New Issue
Block a user