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

checkLostHeadersInPrevColumn() has been added

This commit is contained in:
Arin Alexander
2019-02-19 15:44:23 +03:00
parent 243fcc8fe3
commit b5f2f50993
2 changed files with 34 additions and 0 deletions

View File

@@ -157,6 +157,7 @@ private:
void checkFooterGroup(BandDesignIntf* groupBand);
void pasteGroups();
void checkLostHeadersOnPrevPage();
void checkLostHeadersInPrevColumn();
BandDesignIntf* findEnclosingGroup();
bool registerBand(BandDesignIntf* band, bool registerInChildren=true);