2
0
Эх сурвалжийг харах

Code cleanup and API docs

Tig 9 сар өмнө
parent
commit
76b4b7276a

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

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