0
0
mirror of https://github.com/fralx/LimeReport.git synced 2024-12-24 00:33:02 +03:00

m_reportFooterHeight init fixed

This commit is contained in:
Arin Alex 2016-03-14 16:14:04 +03:00
parent 4c50be4196
commit a373c28485

View File

@ -166,6 +166,7 @@ void ReportRender::renderPage(PageDesignIntf* patternPage)
m_pageCount=1;
m_renderCanceled = false;
BandDesignIntf* reportFooter = m_patternPageItem->bandByType(BandDesignIntf::ReportFooter);
m_reportFooterHeight = 0;
if (reportFooter)
m_reportFooterHeight = reportFooter->height();