Pārlūkot izejas kodu

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

Co-authored-by: Copilot <[email protected]>
Tig 1 nedēļu atpakaļ
vecāks
revīzija
c8fafbcb1a
1 mainītis faili ar 0 papildinājumiem un 3 dzēšanām
  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);