[NUI] Save the cropMask value internally in ImageView (#3983)
authortscholb <scholb.kim@samsung.com>
Wed, 2 Mar 2022 07:10:36 +0000 (16:10 +0900)
committerGitHub <noreply@github.com>
Wed, 2 Mar 2022 07:10:36 +0000 (16:10 +0900)
commit6e4e4284fcdd18ad2cd436acabcd4ed09f4f9660
tree7ca99d0d532f9cb7f8dfb33581dfea4f8174da84
parent509b957a6d86955492098ab0e65ce11a85374678
[NUI] Save the cropMask value internally in ImageView (#3983)

Regardless of the cropToMask setting order, the value has been modified to apply properly.
In the existing code, the appclication  set the cropToMask first and setting url later,
there was an issue that the set cropToMask value was not applied properly.
To solve this issue, it has been modified to save this value at the ImageView.
src/Tizen.NUI/src/public/BaseComponents/ImageView.cs