fixed bug (N_SE-51177, N_SE-51404)
authorChulheon <ch.jeong47@samsung.com>
Fri, 6 Sep 2013 08:33:55 +0000 (17:33 +0900)
committerChulheon <ch.jeong47@samsung.com>
Fri, 6 Sep 2013 08:33:55 +0000 (17:33 +0900)
Change-Id: I3a9a3c17366df63757479f2cbfcbd41d2584027a

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);