[NUI] Fix FittingMode bug (#1319)
authorhuiyueun <35286162+huiyueun@users.noreply.github.com>
Mon, 20 Jan 2020 02:18:51 +0000 (11:18 +0900)
committerdongsug-song <35130733+dongsug-song@users.noreply.github.com>
Mon, 20 Jan 2020 02:18:51 +0000 (11:18 +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));
             }
         }