Skip to content

Commit

Permalink
feat(map): update avalonia to 11.1.0. (#16)
Browse files Browse the repository at this point in the history
* feat(map): update avalonia to 11.1.0.

asana: https://app.asana.com/0/1203851531040615/1206917244210256/f

* feat(map): fix binding in MapAnchorView

asana: https://app.asana.com/0/1203851531040615/1206917244210256/f
  • Loading branch information
asv-soft-u04 authored Jul 30, 2024
1 parent 9ebe7e9 commit 3233b2b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Asv.Avalonia.Map/MapAnchorView.axaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
DockPanel.Dock="Bottom" HorizontalAlignment="Center" TextAlignment="Center"
Margin="0,0,0,0" Text="{TemplateBinding Title}" />
</Border>
<Canvas Name="IconCanvas" Bounds="{TemplateBinding CanvasBounds, Mode=OneWayToSource}"
<Canvas Name="IconCanvas" Bounds="{Binding RelativeSource={RelativeSource TemplatedParent}, Path=CanvasBounds, Mode=OneWayToSource}"
HorizontalAlignment="Center" Grid.Row="1" Width="{TemplateBinding Size}"
Height="{TemplateBinding Size}">
<Canvas.RenderTransform>
Expand Down
2 changes: 1 addition & 1 deletion src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<PropertyGroup>
<Nullable>enable</Nullable>
<ProductVersion>2.0.3</ProductVersion>
<AvaloniaVersion>11.0.6</AvaloniaVersion>
<AvaloniaVersion>11.1.0</AvaloniaVersion>
<AsvCommonVersion>1.13.1</AsvCommonVersion>
<FluentAvaloniaUIVersion>2.0.0</FluentAvaloniaUIVersion>
<ReactiveUIVersion>19.5.41</ReactiveUIVersion>
Expand Down

0 comments on commit 3233b2b

Please sign in to comment.