mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2025-12-06 07:12:04 +01:00
Update MapBase.Avalonia.cs
This commit is contained in:
parent
dfe6bf90db
commit
3a99b493bb
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue