mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-30 09:47:58 +01:00
Identified Dim.Auto bug with AnchorEnd
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user