mirror of
https://github.com/fralx/LimeReport.git
synced 2025-04-19 07:43:42 +03:00
block processevents
This commit is contained in:
parent
1abe674b77
commit
7227f014eb
@ -581,7 +581,7 @@ QColor ReportRender::makeBackgroundColor(BandDesignIntf* band){
|
|||||||
|
|
||||||
BandDesignIntf* ReportRender::renderBand(BandDesignIntf *patternBand, BandDesignIntf* bandData, ReportRender::DataRenderMode mode, bool isLast)
|
BandDesignIntf* ReportRender::renderBand(BandDesignIntf *patternBand, BandDesignIntf* bandData, ReportRender::DataRenderMode mode, bool isLast)
|
||||||
{
|
{
|
||||||
QCoreApplication::processEvents();
|
// QCoreApplication::processEvents();
|
||||||
bool bandIsSliced = false;
|
bool bandIsSliced = false;
|
||||||
if (patternBand){
|
if (patternBand){
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user