Fixed DND
authorChoi Munseok <ms47.choi@samsung.com>
Mon, 2 Sep 2013 09:53:29 +0000 (18:53 +0900)
committerChoi Munseok <ms47.choi@samsung.com>
Mon, 2 Sep 2013 09:53:29 +0000 (18:53 +0900)
Change-Id: Ia0b86ce04daef42a3ad8bb79dc642e1662615dba
Signed-off-by: Choi Munseok <ms47.choi@samsung.com>
src/ui/controls/FUiCtrl_Keypad.cpp [changed mode: 0755->0644]

old mode 100755 (executable)
new mode 100644 (file)
index fd7e432..ab641b3
@@ -108,6 +108,9 @@ _Keypad::CreateKeypadN(void)
 
        SysTryCatch(NID_UI_CTRL, r == E_SUCCESS, , r, "[%s] Propagating.", GetErrorMessage(r));
 
+       // For DragAndDrop
+       pEcoreEvas->SetDragAndDropEnabled(*pKeypad);
+
        pEcoreEvas->SetWindowRotationBounds(*pKeypad, 0, portBounds);
        pEcoreEvas->SetWindowRotationBounds(*pKeypad, 180, portBounds);
        pEcoreEvas->SetWindowRotationBounds(*pKeypad, 90, landBounds);