Kaynağa Gözat

Update Terminal.Gui/ViewBase/View.NeedsDraw.cs

Co-authored-by: Copilot <[email protected]>
Tig 1 hafta önce
ebeveyn
işleme
c8fafbcb1a
1 değiştirilmiş dosya ile 0 ekleme ve 3 silme
  1. 0 3
      Terminal.Gui/ViewBase/View.NeedsDraw.cs

+ 0 - 3
Terminal.Gui/ViewBase/View.NeedsDraw.cs

@@ -19,9 +19,6 @@ public partial class View
     ///         Will be <see langword="true"/> if the <see cref="NeedsLayout"/> property is <see langword="true"/> or if
     ///         any part of the view's <see cref="Viewport"/> needs to be redrawn.
     ///     </para>
-    ///     <para>
-    ///         Setting has no effect on <see cref="NeedsLayout"/>.
-    ///     </para>
     /// </remarks>
     public bool NeedsDraw => Visible && (NeedsDrawRect != Rectangle.Empty || Margin?.NeedsDraw == true || Border?.NeedsDraw == true || Padding?.NeedsDraw == true);