Fixed to show selection pop up normally after pasting from clipboard 26/118526/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 04:06:07 +0000 (13:06 +0900)
Signed-off-by: suhyung Eom <suhyung.eom@samsung.com>
Change-Id: I01b69cea64b3340f7904c060d04d06799da615a0

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

index b9e94ec..ca201d3 100644 (file)
@@ -1918,7 +1918,7 @@ void Controller::LongPressEvent( Gesture::State state, float x, float y  )
 
         mImpl->RequestRelayout();
       }
-      else if( !mImpl->IsClipboardVisible() )
+      else
       {
         // Reset the imf manger to commit the pre-edit before selecting the text.
         mImpl->ResetImfManager();