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