[3.0] Fixed to show selection pop up after pasting from clipboard 24/118524/1
authorsuhyung Eom <suhyung.eom@samsung.com>
Mon, 13 Mar 2017 03:51:18 +0000 (12:51 +0900)
committersuhyung Eom <suhyung.eom@samsung.com>
Mon, 13 Mar 2017 03:54:20 +0000 (12:54 +0900)
Signed-off-by: suhyung Eom <suhyung.eom@samsung.com>
Change-Id: If122c3ed7e90ba79c905b8511d6be3ea6c1d593a

dali-toolkit/internal/text/text-controller.cpp

index ed5b847..4602cfe 100644 (file)
@@ -1917,7 +1917,7 @@ void Controller::LongPressEvent( Gesture::State state, float x, float y  )
       mImpl->mEventData->mEventQueue.push_back( event );
       mImpl->RequestRelayout();
     }
-    else if( !mImpl->IsClipboardVisible() )
+    else
     {
       // Reset the imf manager to commit the pre-edit before selecting the text.
       mImpl->ResetImfManager();