disable Magnifier/Center Handler
authorChulheon <ch.jeong47@samsung.com>
Mon, 8 Apr 2013 02:57:20 +0000 (11:57 +0900)
committerChulheon <ch.jeong47@samsung.com>
Mon, 8 Apr 2013 02:57:20 +0000 (11:57 +0900)
Change-Id: I5bb0ff97c55304c1fc2b78e64973d84d3dddb760

src/ui/controls/FUiCtrl_EditCopyPasteManager.cpp
src/ui/controls/FUiCtrl_EditPresenter.cpp

index 617ed31..a6f5d0a 100755 (executable)
@@ -36,7 +36,7 @@
 #include "FUi_EcoreEvas.h"
 #include "FUi_Window.h"
 
-#define EDIT_COPY_PASTE_MAGNIFIER 1
+#define EDIT_COPY_PASTE_MAGNIFIER 0
 
 using namespace Tizen::Ui;
 using namespace Tizen::App;
@@ -1845,6 +1845,7 @@ _EditCopyPasteManager::CreateHandle(void)
                __pHandle[HANDLER_TYPE_LEFT] = _EditCopyPasteHandler::CreateInstanceN(leftHandler, start, this, false, true);
                __pHandle[HANDLER_TYPE_RIGHT] = _EditCopyPasteHandler::CreateInstanceN(rightHandler, end, this, false, false);
        }
+/*
        else
        {
                FloatRectangle centerRect;
@@ -1856,6 +1857,7 @@ _EditCopyPasteManager::CreateHandle(void)
 //             __pHandle[HANDLER_TYPE_CENTER]->CreateCopyPasteMagnifier();
 #endif
        }
+*/
 }
 
 void
index 668ecf7..084321d 100755 (executable)
@@ -3005,7 +3005,7 @@ _EditPresenter::OnTouchReleased(const _Control& source, const _TouchInfo& touchI
                        }
                }
                FadeOutScrollBar();
-
+/*
                if (!__isCopyPasteManagerExist)
                {
                        if (IsInternalFocused())
@@ -3017,7 +3017,7 @@ _EditPresenter::OnTouchReleased(const _Control& source, const _TouchInfo& touchI
                                __isCopyPasteManagerExist = true;
                        }
                }
-
+*/
                //if ((cutLinkIndex < 0) && ((__pEdit->GetEditStyle() & EDIT_STYLE_VIEWER) == false) && (IsKeypadEnabled()))
                if ((cutLinkIndex < 0) && ((__pEdit->GetEditStyle() & EDIT_STYLE_VIEWER) == false))
                {