Update MapBase.Avalonia.cs

This commit is contained in:
ClemensFischer 2025-06-10 20:51:06 +02:00
parent dfe6bf90db
commit 3a99b493bb

View file

@ -102,7 +102,7 @@ namespace MapControl
public MapBase() public MapBase()
{ {
FlowDirection = FlowDirection.LeftToRight; // OverrideDefaultValue won't stop value inheritance FlowDirection = FlowDirection.LeftToRight;
} }
public double ActualWidth => Bounds.Width; public double ActualWidth => Bounds.Width;