소스 검색

Tweaked validation logic

Tig 1 년 전
부모
커밋
edeb11e239
1개의 변경된 파일6개의 추가작업 그리고 0개의 파일을 삭제
  1. 6 0
      Terminal.Gui/View/Layout/ViewLayout.cs

+ 6 - 0
Terminal.Gui/View/Layout/ViewLayout.cs

@@ -1107,6 +1107,9 @@ public partial class View
 
             switch (checkPosDim)
             {
+                case Pos pos and PosAnchorEnd:
+                    break;
+
                 case Pos pos and not PosAbsolute and not PosView and not PosCombine:
                     bad = pos;
 
@@ -1122,6 +1125,9 @@ public partial class View
                 case Dim dim and DimAuto:
                     break;
 
+                case Dim dim and DimFill:
+                    break;
+
                 case Dim dim and not DimAbsolute and not DimView and not DimCombine:
                     bad = dim;