Text - Fix for input style when there is a long press event. 12/98512/1
authorVictor Cebollada <v.cebollada@samsung.com>
Thu, 17 Nov 2016 11:49:55 +0000 (11:49 +0000)
committerVictor Cebollada <v.cebollada@samsung.com>
Thu, 17 Nov 2016 11:49:55 +0000 (11:49 +0000)
* The input style was not updated.

Change-Id: I5758ee06739e2c1d28b62cb6d492c6f9bddf0b78
Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
dali-toolkit/internal/text/text-controller-impl.cpp

index ee7c4ac..1c5044a 100644 (file)
@@ -1311,6 +1311,7 @@ void Controller::Impl::OnLongPressEvent( const Event& event )
   {
     ChangeState ( EventData::EDITING_WITH_POPUP );
     mEventData->mDecoratorUpdated = true;
+    mEventData->mUpdateInputStyle = true;
   }
 }