Fixed prevent
authorYunji Park <yunji19.park@samsung.com>
Tue, 25 Jun 2013 08:08:16 +0000 (17:08 +0900)
committerYunji Park <yunji19.park@samsung.com>
Tue, 25 Jun 2013 08:08:16 +0000 (17:08 +0900)
Change-Id: I6b2ebeaf765bf5d405bc44979c9fb65bac459fac

src/graphics/text/FGrp_TextTextComposite.cpp

index 80acaa7..4bce4f0 100644 (file)
@@ -4775,7 +4775,6 @@ TextComposite::ComposeInWrapInSweepMode(FloatRectangle& rect)
                                __pCurrentTextColumn->AddLineDuringCompose(pTextLine);
 
                                lineCount++;
-                               pPrevTextLine = __pCurrentTextColumn->GetPrevTextLine(prevLineIndex++);
 
                                if (lineBounds.y + lineBounds.height <= rect.height)
                                {