[NUI] DragAndDrop : allow to control shadow view opacity
authorTaehyub Kim <taehyub.kim@samsung.com>
Wed, 22 Mar 2023 04:08:18 +0000 (13:08 +0900)
committerJaehyun Cho <jaehyun0cho@gmail.com>
Tue, 28 Mar 2023 07:45:27 +0000 (16:45 +0900)
src/Tizen.NUI/src/public/DragAndDrop/DragAndDrop.cs

index ebc2d10..ea8b8db 100755 (executable)
@@ -129,9 +129,6 @@ namespace Tizen.NUI
                 //Don't set Drag Window Posiiton, Window Server sets Position Internally
                 mDragWindow.SetWindowSize(new Size(shadowWidth, shadowHeight));
 
-                //Make Shadow View Transparent
-                shadowView.SetOpacity(0.9f);
-
                 //Make Position 0, 0 for Moving into Drag Window
                 shadowView.Position = new Position(0, 0);