0
0
mirror of https://github.com/fralx/LimeReport.git synced 2025-04-08 18:33:45 +03:00

block processevents

This commit is contained in:
Sanych 2023-12-15 14:17:09 +03:00
parent 1abe674b77
commit 7227f014eb

View File

@ -581,7 +581,7 @@ QColor ReportRender::makeBackgroundColor(BandDesignIntf* band){
BandDesignIntf* ReportRender::renderBand(BandDesignIntf *patternBand, BandDesignIntf* bandData, ReportRender::DataRenderMode mode, bool isLast)
{
QCoreApplication::processEvents();
// QCoreApplication::processEvents();
bool bandIsSliced = false;
if (patternBand){