0
0
mirror of https://github.com/fralx/LimeReport.git synced 2025-11-20 06:30:03 +03:00

Band marker has been fixed

This commit is contained in:
Arin Alexander
2019-03-02 00:29:18 +03:00
parent bf3e34677a
commit 424665d038
2 changed files with 2 additions and 3 deletions

View File

@@ -479,7 +479,7 @@ void PageItemDesignIntf::relocateBands()
{
if (isLoading()) return;
int bandSpace = (itemMode() & DesignMode)?0:0;
int bandSpace = 0;
QVector<qreal> posByColumn;