TextView - Right to Left implementation.
[platform/core/uifw/dali-toolkit.git] / automated-tests / src / dali-toolkit-internal / utc-Dali-TextView-Relayout-Utilities.cpp
index 255c96a..c556e08 100644 (file)
@@ -88,6 +88,7 @@ bool TestCalculateLineLayout( const CalculateLineLayoutTest& test,  const char*
 
   // Creaqte indices.
   TextViewProcessor::TextInfoIndices indices( 0u, test.wordIndex, test.characterIndex );
+  indices.mCharacterParagraphIndex = test.characterParagraphIndex;
 
   // Get the input paragraph.
   TextViewProcessor::ParagraphLayoutInfo inputParagraphLayout;