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:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user