Browse Source

Code cleanup and API docs

Tig 9 months ago
parent
commit
76b4b7276a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Terminal.Gui/View/View.Drawing.cs

+ 1 - 1
Terminal.Gui/View/View.Drawing.cs

@@ -732,7 +732,7 @@ public partial class View // Drawing APIs
 
 
         SubViewNeedsDraw = true;
         SubViewNeedsDraw = true;
 
 
-        if (this is Adornment adornment/* and (Gui.Padding or Gui.Border)*/)
+        if (this is Adornment adornment)
         {
         {
             adornment.Parent?.SetSubViewNeedsDraw ();
             adornment.Parent?.SetSubViewNeedsDraw ();
         }
         }