Merge "dali-toolkit: update text selection UI handles with selection properties"...
authorAdeel Kazmi <adeel.kazmi@samsung.com>
Wed, 21 Oct 2020 10:55:04 +0000 (10:55 +0000)
committerGerrit Code Review <gerrit@review>
Wed, 21 Oct 2020 10:55:04 +0000 (10:55 +0000)
dali-toolkit/internal/text/text-controller-impl.cpp

index bfce755..719f220 100644 (file)
@@ -2072,6 +2072,8 @@ void Controller::Impl::SetTextSelectionRange(const uint32_t *pStart, const uint3
     {
       ChangeState( EventData::SELECTING );
       mEventData->mUpdateHighlightBox = true;
+      mEventData->mUpdateLeftSelectionPosition = true;
+      mEventData->mUpdateRightSelectionPosition = true;
     }
   }
 }