From 6693b33926c82a92998d10c64923016da8351b50 Mon Sep 17 00:00:00 2001 From: Arin Alex Date: Tue, 23 Jan 2018 20:53:53 +0300 Subject: [PATCH 1/2] keepBottomSpace fixed --- limereport/lrbanddesignintf.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/limereport/lrbanddesignintf.cpp b/limereport/lrbanddesignintf.cpp index 14184ea..b20264b 100644 --- a/limereport/lrbanddesignintf.cpp +++ b/limereport/lrbanddesignintf.cpp @@ -916,6 +916,7 @@ void BandDesignIntf::updateItemSize(DataSourceManager* dataManager, RenderPass p { qreal spaceBorder=0; if (keepBottomSpaceOption()) spaceBorder = bottomSpace(); + spaceBorder = spaceBorder>0 ? spaceBorder : 0; if (borderLines()!=0){ spaceBorder += borderLineSize(); } From 243983127df5de346f6fb11fa4b398d5658843d0 Mon Sep 17 00:00:00 2001 From: Arin Alex Date: Tue, 23 Jan 2018 21:01:54 +0300 Subject: [PATCH 2/2] Version changed --- common.pri | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common.pri b/common.pri index 2b2be32..9309434 100644 --- a/common.pri +++ b/common.pri @@ -62,7 +62,7 @@ RCC_DIR = $${ARCH_DIR}/$${BUILD_TYPE}/rcc LIMEREPORT_VERSION_MAJOR = 1 LIMEREPORT_VERSION_MINOR = 4 -LIMEREPORT_VERSION_RELEASE = 57 +LIMEREPORT_VERSION_RELEASE = 62 LIMEREPORT_VERSION = '\\"$${LIMEREPORT_VERSION_MAJOR}.$${LIMEREPORT_VERSION_MINOR}.$${LIMEREPORT_VERSION_RELEASE}\\"' DEFINES += LIMEREPORT_VERSION_STR=\"$${LIMEREPORT_VERSION}\"