mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-30 17:57:57 +01:00
Removed debug code
This commit is contained in:
@@ -495,18 +495,12 @@ public partial class View
|
||||
view => view.Visible
|
||||
&& (view.NeedsDisplay || view.SubViewNeedsDisplay || view.LayoutNeeded)
|
||||
);
|
||||
|
||||
foreach (View view in subviewsNeedingDraw)
|
||||
{
|
||||
if (view.LayoutNeeded)
|
||||
{
|
||||
view.LayoutSubviews ();
|
||||
}
|
||||
|
||||
// Draw the subview
|
||||
if (view.Title.Contains ("This label"))
|
||||
{ }
|
||||
|
||||
view.Draw ();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user