diff --git a/limereport/items/lrtextitem.cpp b/limereport/items/lrtextitem.cpp index d674bf2..59fae22 100644 --- a/limereport/items/lrtextitem.cpp +++ b/limereport/items/lrtextitem.cpp @@ -502,8 +502,10 @@ TextItem::TextPtr TextItem::textDocument() const setTextFont(text,_font); } - //text->documentLayout(); - if (m_lineSpacing != 1 || m_textIndent != 0 ){ + if (follower()) + text->documentLayout(); + + if (m_lineSpacing != 1 || m_textIndent !=0 ){ for ( QTextBlock block = text->begin(); block.isValid(); block = block.next()) {