Skip to content

Commit

Permalink
Merge pull request #6 from LuGuangguang/master
Browse files Browse the repository at this point in the history
Update CutImage.cs
  • Loading branch information
yanjinhuagood authored May 9, 2022
2 parents b1b6f12 + 6469db9 commit d23441b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/WPFDevelopers/Controls/CutImage/CutImage.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ public class CutImage : Control
public ImageSource ImageSource
{
get { return (ImageSource)GetValue(ImageSourceProperty); }
set { SetValue(ImageSourceProperty, value); }
set { SetValue(ImageSourceProperty, value);
DragDropItem_UpdateImageEvent();
}
}

public static readonly DependencyProperty ImageSourceProperty =
Expand Down

0 comments on commit d23441b

Please sign in to comment.