mirror of
https://github.com/fralx/LimeReport.git
synced 2025-09-23 08:29:07 +03:00
1.4.11
# Conflicts: # limereport/items/lrtextitem.cpp
This commit is contained in:
@@ -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())
|
||||
{
|
||||
|
Reference in New Issue
Block a user