mirror of
https://github.com/python-LimeReport/LimeReport.git
synced 2025-01-26 02:41:04 +03:00
Columns placement has been fixed
This commit is contained in:
parent
ba46f39dcf
commit
c10a699d04
@ -928,7 +928,7 @@ bool ReportRender::registerBand(BandDesignIntf *band, bool registerInChildren)
|
|||||||
m_maxHeightByColumn.append(m_maxHeightByColumn[0]);
|
m_maxHeightByColumn.append(m_maxHeightByColumn[0]);
|
||||||
m_currentStartDataPos.append(m_currentStartDataPos[0]);
|
m_currentStartDataPos.append(m_currentStartDataPos[0]);
|
||||||
}
|
}
|
||||||
m_currentColumn = 0;
|
m_currentColumn = -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user