DragAndDrop : remove cursor disable code 26/289726/1
authorTaehyub Kim <taehyub.kim@samsung.com>
Tue, 14 Mar 2023 05:03:12 +0000 (14:03 +0900)
committerTaehyub Kim <taehyub.kim@samsung.com>
Tue, 14 Mar 2023 05:03:12 +0000 (14:03 +0900)
Change-Id: I9244ae8783b245f3d5590d1724444e10bcd25b9c

dali/internal/drag-and-drop/tizen-wayland/drag-and-drop-impl-ecore-wl2.cpp

index 476715b..68f93be 100644 (file)
@@ -192,9 +192,6 @@ bool DragAndDropEcoreWl::StartDragAndDrop(Dali::Actor source, Dali::Window shado
   Ecore_Wl2_Display* display      = ecore_wl2_connected_display_get(NULL);
   Ecore_Wl2_Input*   input        = ecore_wl2_input_default_input_get(display);
 
-  // Disable Default Cursor
-  ecore_wl2_input_pointer_set(input, NULL, 0, 0);
-
   // Set mime type for drag and drop
   const char* mimeTypes[2];
   mimeTypes[0] = mMimeType.c_str();