fixed bug (Selection marker showing upper of "Contacts list" while select all and...
authorChulheon <ch.jeong47@samsung.com>
Wed, 22 May 2013 07:37:31 +0000 (16:37 +0900)
committerChulheon <ch.jeong47@samsung.com>
Wed, 22 May 2013 07:37:31 +0000 (16:37 +0900)
Change-Id: I6a28d45ee7ed49c65df7123c1f71dfa78e95be84

src/ui/controls/FUiCtrl_Edit.cpp

index c5cb1bf..5171511 100644 (file)
@@ -194,6 +194,15 @@ _EditInternalTouchEventListener::OnTouchReleased(const _Control& source, const _
                                        return false;
                                }
                        }
+                       else if (__pEdit == &source)
+                       {
+                               return false;
+                       }
+                       else if (pEditPresenter->IsCopyPasteHandleExist())
+                       {
+                               pEditPresenter->InitializeCopyPasteManager();
+                               return false;
+                       }
                }
        }