Temporaly fix for Loading indicator animation

This commit is contained in:
2023-02-27 13:51:41 +01:00
parent ffbd7b154c
commit c41bf71927

View File

@@ -392,7 +392,15 @@
Width="40" Width="40"
Height="40" Height="40"
Classes="LoadingAnimation" Classes="LoadingAnimation"
Source="{SvgImage /Assets/loading.svg}" /> Source="{SvgImage /Assets/loading.svg}">
<!-- https://github.com/AvaloniaUI/Avalonia/issues/8791 -->
<!-- Has to explicitly set RotateTransform or animation does not work -->
<Image.RenderTransform>
<TransformGroup>
<RotateTransform />
</TransformGroup>
</Image.RenderTransform>
</Image>
</Grid> </Grid>
<ListBox <ListBox
x:Name="CurrentItems" x:Name="CurrentItems"