瀏覽代碼

Identified Dim.Auto bug with AnchorEnd

Tig 1 年之前
父節點
當前提交
c59f59a8ca
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      UICatalog/Scenarios/MarginEditor.cs

+ 2 - 2
UICatalog/Scenarios/MarginEditor.cs

@@ -28,8 +28,8 @@ public class MarginEditor : AdornmentEditor
         _rgShadow = new RadioGroup
         {
             X = 0,
-            //Y = Pos.AnchorEnd(),
-            // BUGBUG: Hack until dimauto is working properly
+            //Y = Pos.AnchorEnd (),
+            // BUGBUG: Hack until Dim.Auto and Pos.AnchorEnd where this view's Dim is also Dim.Auto
             Y = Pos.Bottom (Subviews [^1]),
 
             SuperViewRendersLineCanvas = true,