Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Terminal.Gui/ViewBase/View.Layout.cs
Original file line number Diff line number Diff line change
Expand Up @@ -881,7 +881,7 @@ protected virtual void OnSubViewsLaidOut (LayoutEventArgs args)
public bool NeedsLayout { get; internal set; } = true;

/// <summary>
/// Sets <see cref="NeedsLayout"/> to return <see langword="true"/>, indicating this View and all of it's subviews
/// Sets <see cref="NeedsLayout"/> to return <see langword="true"/>, indicating this View and all of its subviews
/// (including adornments) need to be laid out in the next Application iteration.
/// </summary>
/// <remarks>
Expand Down