0
0
mirror of https://github.com/fralx/LimeReport.git synced 2025-11-25 00:18:06 +03:00

Vertical columns headers fixed

This commit is contained in:
Arin Alexander
2018-07-20 14:04:53 +03:00
parent 57fe4d1f9d
commit 84c2428dc1
3 changed files with 13 additions and 6 deletions

View File

@@ -178,6 +178,7 @@ private:
qreal m_dataAreaSize;
qreal m_reportFooterHeight;
int m_renderedDataBandCount;
BandDesignIntf* m_lastRenderedHeader;
BandDesignIntf* m_lastDataBand;
BandDesignIntf* m_lastRenderedFooter;
bool m_renderCanceled;