mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-30 09:47:58 +01:00
Removed comment
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user