mirror of
https://github.com/python-LimeReport/LimeReport.git
synced 2024-12-25 21:14:39 +03:00
1.4.11
# Conflicts: # limereport/items/lrtextitem.cpp
This commit is contained in:
commit
c4f20b78c1
@ -502,7 +502,9 @@ TextItem::TextPtr TextItem::textDocument() const
|
|||||||
setTextFont(text,_font);
|
setTextFont(text,_font);
|
||||||
}
|
}
|
||||||
|
|
||||||
//text->documentLayout();
|
if (follower())
|
||||||
|
text->documentLayout();
|
||||||
|
|
||||||
if (m_lineSpacing != 1 || m_textIndent !=0 ){
|
if (m_lineSpacing != 1 || m_textIndent !=0 ){
|
||||||
|
|
||||||
for ( QTextBlock block = text->begin(); block.isValid(); block = block.next())
|
for ( QTextBlock block = text->begin(); block.isValid(); block = block.next())
|
||||||
|
Loading…
Reference in New Issue
Block a user