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:
@@ -479,7 +479,7 @@ void PageItemDesignIntf::relocateBands()
|
||||
{
|
||||
if (isLoading()) return;
|
||||
|
||||
int bandSpace = (itemMode() & DesignMode)?0:0;
|
||||
int bandSpace = 0;
|
||||
|
||||
QVector<qreal> posByColumn;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user