Prevent double start new page by group headers

This commit is contained in:
Arin Alexander
2018-01-18 21:44:11 +03:00
parent 09a1edd108
commit ae4a022ecc
2 changed files with 7 additions and 4 deletions

View File

@@ -185,6 +185,7 @@ private:
QList<PagesRange> m_ranges;
QVector<BandDesignIntf*> m_columnedBandItems;
unsigned long long m_curentNameIndex;
bool m_newPageStarted;
};