Skip to content

Commit

Permalink
Made Line not clear
Browse files Browse the repository at this point in the history
  • Loading branch information
tig committed Nov 27, 2024
1 parent 4a649cc commit 470acd9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Terminal.Gui/Views/Line.cs
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,9 @@ public void OnOrientationChanged (Orientation newOrientation)
}
#endregion

/// <inheritdoc />
protected override bool OnClearingViewport () { return true; }

/// <inheritdoc/>
protected override bool OnDrawingContent ()
{
Expand Down

0 comments on commit 470acd9

Please sign in to comment.