Skip to content

Commit

Permalink
Fix <t>
Browse files Browse the repository at this point in the history
  • Loading branch information
Wowhere committed Oct 14, 2024
1 parent b06e807 commit 6ca3626
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Avalonia.ExtendedToolkit/Controls/ImageExt.cs
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,7 @@ static ImageExt()

private static void OnSourceChanged(ImageExt o, object e)
{
//.edited, think many
//.orig, think many
o.RaisePropertyChanged<IBrush>(GeometryFillBrushProperty, null, o.GeometryFillBrush);
o.RaisePropertyChanged(GeometryFillBrushProperty, null, o.GeometryFillBrush);
}

/// <summary>
Expand Down

0 comments on commit 6ca3626

Please sign in to comment.