0
0
mirror of https://github.com/fralx/LimeReport.git synced 2025-10-02 03:53:19 +03:00

Splittable band has been fixed

This commit is contained in:
Arin Alexander
2017-08-14 22:39:38 +03:00
parent da3a182e11
commit 96e8fd06bd
6 changed files with 39 additions and 17 deletions

View File

@@ -44,8 +44,8 @@ public:
protected:
void snapshotItemsLayout();
void arrangeSubItems(RenderPass pass, DataSourceManager *dataManager, ArrangeType type = AsNeeded);
qreal findMaxBottom();
qreal findMaxHeight();
qreal findMaxBottom() const;
qreal findMaxHeight() const;
private:
QVector<PItemSortContainer> m_containerItems;