소스 검색

Code cleanup and API docs

Tig 9 달 전
부모
커밋
76b4b7276a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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;
 
-        if (this is Adornment adornment/* and (Gui.Padding or Gui.Border)*/)
+        if (this is Adornment adornment)
         {
             adornment.Parent?.SetSubViewNeedsDraw ();
         }