mirror of
https://github.com/python-LimeReport/LimeReport.git
synced 2024-12-24 12:34:39 +03:00
Merge remote-tracking branch 'origin/feature/TOC-Refactoring' into feature/TOC-Refactoring
This commit is contained in:
commit
6a1a8de8ae
@ -1527,7 +1527,7 @@ void PagesRanges::addTOCPage()
|
||||
if (tocRange.firstPage == 0) {
|
||||
tocRange.firstPage = tocRange.lastPage == 0 ? 1 : tocRange.lastPage;
|
||||
tocRange.lastPage = tocRange.lastPage == 0 ? 1 : tocRange.lastPage;
|
||||
if (tocRange.lastPage == 1 and tocRange.lastPage == 1)
|
||||
if (tocRange.lastPage == 1 && tocRange.lastPage == 1)
|
||||
shiftRangesNextToTOC();
|
||||
} else {
|
||||
tocRange.lastPage++;
|
||||
|
Loading…
Reference in New Issue
Block a user