0
0
mirror of https://github.com/fralx/LimeReport.git synced 2025-09-23 08:29:07 +03:00

Fix #61 AutoHeight overlapping

This commit is contained in:
Arin Alex
2017-04-05 00:58:04 +03:00
parent 61a3c20bb2
commit 6dca8b27cb
10 changed files with 200 additions and 163 deletions

View File

@@ -691,7 +691,7 @@ bool TextItem::isNeedUpdateSize(RenderPass pass) const
{
Q_UNUSED(pass)
if ((autoHeight() && autoWidth()) || hasFollower()){
if ((autoHeight() || autoWidth()) || hasFollower()){
initTextSizes();
}