fixed bug (N_SE-51177, N_SE-51404)
[platform/framework/native/uifw.git] / src / ui / controls / FUiCtrl_EditPresenter.cpp
index fd9fc82..a32cde5 100644 (file)
@@ -4810,7 +4810,7 @@ _EditPresenter::OnLongPressGestureDetected(void)
                        else
                        {
                                cursorPos = GetTextLength();
-                               SetCursorPosition(cursorPos, rowIndex, columnIndex);
+                               SetCursorPosition(cursorPos);
                        }
 
                        __pEdit->DragAndDropBegin(*pDragAndDropItem);
@@ -4866,7 +4866,7 @@ _EditPresenter::OnLongPressGestureDetected(void)
                else
                {
                        cursorPos = GetTextLength();
-                       SetCursorPosition(cursorPos, rowIndex, columnIndex);
+                       SetCursorPosition(cursorPos);
                }
                ScrollPanelToCursorPosition();
                GetCursorBounds(true, cursorBounds);