Skip to content

Commit

Permalink
Code cleanup and API docs
Browse files Browse the repository at this point in the history
  • Loading branch information
tig committed Nov 4, 2024
1 parent c0ee541 commit 76b4b72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Terminal.Gui/View/View.Drawing.cs
Original file line number Diff line number Diff line change
Expand Up @@ -732,7 +732,7 @@ public void SetSubViewNeedsDraw ()

SubViewNeedsDraw = true;

if (this is Adornment adornment/* and (Gui.Padding or Gui.Border)*/)
if (this is Adornment adornment)
{
adornment.Parent?.SetSubViewNeedsDraw ();
}
Expand Down

0 comments on commit 76b4b72

Please sign in to comment.