[NUI] Fix FittingMode bug (#1318)
authorhuiyueun <35286162+huiyueun@users.noreply.github.com>
Mon, 20 Jan 2020 01:52:39 +0000 (10:52 +0900)
committerGitHub <noreply@github.com>
Mon, 20 Jan 2020 01:52:39 +0000 (10:52 +0900)
Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
src/Tizen.NUI/src/public/BaseComponents/ImageView.cs

index 90d95ea..9b1ab64 100755 (executable)
@@ -783,7 +783,7 @@ namespace Tizen.NUI.BaseComponents
             }
             set
             {
-                UpdateImage(ImageVisualProperty.CropToMask, new PropertyValue((int)value));
+                UpdateImage(ImageVisualProperty.FittingMode, new PropertyValue((int)value));
             }
         }