mirror of
https://github.com/fralx/LimeReport.git
synced 2025-01-11 17:18:10 +03:00
Print range has been fixed
This commit is contained in:
parent
31be3093d6
commit
ae65a079b0
@ -127,7 +127,7 @@ RCC_DIR = $${ARCH_DIR}/$${BUILD_TYPE}/rcc
|
|||||||
|
|
||||||
LIMEREPORT_VERSION_MAJOR = 1
|
LIMEREPORT_VERSION_MAJOR = 1
|
||||||
LIMEREPORT_VERSION_MINOR = 5
|
LIMEREPORT_VERSION_MINOR = 5
|
||||||
LIMEREPORT_VERSION_RELEASE = 29
|
LIMEREPORT_VERSION_RELEASE = 31
|
||||||
|
|
||||||
LIMEREPORT_VERSION = '$${LIMEREPORT_VERSION_MAJOR}.$${LIMEREPORT_VERSION_MINOR}.$${LIMEREPORT_VERSION_RELEASE}'
|
LIMEREPORT_VERSION = '$${LIMEREPORT_VERSION_MAJOR}.$${LIMEREPORT_VERSION_MINOR}.$${LIMEREPORT_VERSION_RELEASE}'
|
||||||
DEFINES *= LIMEREPORT_VERSION_STR=\\\"$${LIMEREPORT_VERSION}\\\"
|
DEFINES *= LIMEREPORT_VERSION_STR=\\\"$${LIMEREPORT_VERSION}\\\"
|
||||||
|
@ -322,12 +322,11 @@ void ReportEnginePrivate::internalPrintPages(ReportPages pages, QPrinter &printe
|
|||||||
)
|
)
|
||||||
{
|
{
|
||||||
printProcessors["default"]->printPage(page);
|
printProcessors["default"]->printPage(page);
|
||||||
currenPage++;
|
|
||||||
emit pagePrintingFinished(currenPage);
|
emit pagePrintingFinished(currenPage);
|
||||||
QApplication::processEvents();
|
QApplication::processEvents();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
currenPage++;
|
||||||
}
|
}
|
||||||
emit printingFinished();
|
emit printingFinished();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user