Skip to content

Commit

Permalink
Build has been fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
fralx committed Jun 30, 2017
2 parents a9455b8 + fa2ef0f commit 02d9213
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion limereport/lrreportrender.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -658,7 +658,7 @@ void ReportRender::renderChildHeader(BandDesignIntf *parent, BandPrintMode print
if (band->metaObject()->indexOfProperty("printAlways")>0){
printAlways=band->property("printAlways").toBool();
}
if ((band != m_lastRenderedHeader) && (printAlways == (printMode == PrintAlwaysPrintable)) )
if (printAlways == (printMode == PrintAlwaysPrintable))
renderBand(band, 0, StartNewPageAsNeeded);
}
}
Expand Down

0 comments on commit 02d9213

Please sign in to comment.