From 317a00839619687170080f3b545ca4f151030139 Mon Sep 17 00:00:00 2001 From: Arin Alexander Date: Fri, 21 Dec 2018 19:43:16 +0300 Subject: [PATCH] Groups rendering has been fixed --- common.pri | 2 +- limereport/lrreportrender.cpp | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/common.pri b/common.pri index 15d5257..9f65129 100644 --- a/common.pri +++ b/common.pri @@ -77,7 +77,7 @@ RCC_DIR = $${ARCH_DIR}/$${BUILD_TYPE}/rcc LIMEREPORT_VERSION_MAJOR = 1 LIMEREPORT_VERSION_MINOR = 4 -LIMEREPORT_VERSION_RELEASE = 111 +LIMEREPORT_VERSION_RELEASE = 112 LIMEREPORT_VERSION = '\\"$${LIMEREPORT_VERSION_MAJOR}.$${LIMEREPORT_VERSION_MINOR}.$${LIMEREPORT_VERSION_RELEASE}\\"' DEFINES += LIMEREPORT_VERSION_STR=\"$${LIMEREPORT_VERSION}\" diff --git a/limereport/lrreportrender.cpp b/limereport/lrreportrender.cpp index a04a6a4..e0bc4e1 100644 --- a/limereport/lrreportrender.cpp +++ b/limereport/lrreportrender.cpp @@ -722,6 +722,7 @@ void ReportRender::renderGroupHeader(BandDesignIntf *parentBand, IDataSource* da dataSource->next(); } } + closeDataGroup(band); } if (gb && !gb->isStarted()){