Tig преди 1 година
родител
ревизия
44ada31169
променени са 1 файла, в които са добавени 0 реда и са изтрити 7 реда
  1. 0 7
      Terminal.Gui/View/Layout/ViewLayout.cs

+ 0 - 7
Terminal.Gui/View/Layout/ViewLayout.cs

@@ -1,6 +1,5 @@
 #nullable enable
 using System.Diagnostics;
-using Microsoft.CodeAnalysis;
 
 namespace Terminal.Gui;
 
@@ -779,12 +778,6 @@ public partial class View
         foreach (View? v in from.InternalSubviews)
         {
             nNodes.Add (v);
-
-            //if (v.LayoutStyle != LayoutStyle.Computed)
-            //{
-            //    continue;
-            //}
-
             CollectPos (v.X, v, ref nNodes, ref nEdges);
             CollectPos (v.Y, v, ref nNodes, ref nEdges);
             CollectDim (v.Width, v, ref nNodes, ref nEdges);