[NUI] Remove ClearBackgound operate when setting BackgroundImage (#1499)
authorXianbing Teng <xb.teng@samsung.com>
Mon, 30 Mar 2020 06:17:55 +0000 (14:17 +0800)
committerGitHub <noreply@github.com>
Mon, 30 Mar 2020 06:17:55 +0000 (15:17 +0900)
src/Tizen.NUI/src/public/BaseComponents/ViewBindableProperty.cs

index 30dad9e..cbc1eb6 100755 (executable)
@@ -88,7 +88,6 @@ namespace Tizen.NUI.BaseComponents
             if (newValue != null)
             {
                 string url = (string)newValue;
-                view.ClearBackground();
 
                 if (Rectangle.IsNullOrZero(view.backgroundImageBorder))
                 {