Revert "IDEMPIERE-4877 - Fix Footer is overlay on content (#2053)"
This reverts commit b8f1d6d2fb
.
This commit is contained in:
parent
da16af2a46
commit
578e942f20
|
@ -1617,11 +1617,10 @@ public class LayoutEngine implements Pageable, Printable, Doc
|
||||||
firstPage.width -= xOffset;
|
firstPage.width -= xOffset;
|
||||||
int yOffset = (int)m_position[AREA_CONTENT].y - m_content.y;
|
int yOffset = (int)m_position[AREA_CONTENT].y - m_content.y;
|
||||||
firstPage.y += yOffset;
|
firstPage.y += yOffset;
|
||||||
firstPage.height -= yOffset+m_content.y;
|
firstPage.height -= yOffset;
|
||||||
Rectangle nextPages = new Rectangle(m_content);
|
Rectangle nextPages = new Rectangle(m_content);
|
||||||
nextPages.x += xOffset;
|
nextPages.x += xOffset;
|
||||||
nextPages.width -= xOffset;
|
nextPages.width -= xOffset;
|
||||||
nextPages.height -= yOffset;
|
|
||||||
// Column count
|
// Column count
|
||||||
List<Integer> instanceAttributeList = new ArrayList<>();
|
List<Integer> instanceAttributeList = new ArrayList<>();
|
||||||
List<MPrintFormatItem> instanceAttributeItems = new ArrayList<>();
|
List<MPrintFormatItem> instanceAttributeItems = new ArrayList<>();
|
||||||
|
|
Loading…
Reference in New Issue