Columns placement has been fixed

This commit is contained in:
Arin Alexander 2018-07-16 16:12:54 +03:00
parent ba46f39dcf
commit c10a699d04

View File

@ -928,7 +928,7 @@ bool ReportRender::registerBand(BandDesignIntf *band, bool registerInChildren)
m_maxHeightByColumn.append(m_maxHeightByColumn[0]);
m_currentStartDataPos.append(m_currentStartDataPos[0]);
}
m_currentColumn = 0;
m_currentColumn = -1;
}