0
0
mirror of https://github.com/fralx/LimeReport.git synced 2025-12-13 16:30:58 +03:00

added position info when dragging

This commit is contained in:
yanis60
2023-01-13 09:26:30 +01:00
parent 8a2d824c5d
commit 36d8878f6e
9 changed files with 107 additions and 10 deletions

View File

@@ -701,7 +701,7 @@ int ScriptEngineManager::getPageFreeSpace(PageItemDesignIntf* page){
}
else height += band->height();
}
return page->height() - height;
return page->height() - height - (page->pageFooter()?page->pageFooter()->height() : 0);
} else return -1;
}