Fix: corrections mineures
This commit is contained in:
parent
f5d2e6d151
commit
bc46284b5d
@ -2003,7 +2003,7 @@ function _out($s)
|
|||||||
$this->SetY($y);
|
$this->SetY($y);
|
||||||
|
|
||||||
if(empty($w)) {
|
if(empty($w)) {
|
||||||
$w = $this->fw - $x - $this->rMargin;
|
$w = $this->w - $x - $this->rMargin;
|
||||||
}
|
}
|
||||||
|
|
||||||
// store original margin values
|
// store original margin values
|
||||||
@ -2012,7 +2012,7 @@ function _out($s)
|
|||||||
|
|
||||||
// set new margin values
|
// set new margin values
|
||||||
$this->SetLeftMargin($x);
|
$this->SetLeftMargin($x);
|
||||||
$this->SetRightMargin($this->fw - $x - $w);
|
$this->SetRightMargin($this->w - $x - $w);
|
||||||
|
|
||||||
// calculate remaining vertical space on page
|
// calculate remaining vertical space on page
|
||||||
$restspace = $this->getPageHeight() - $this->GetY() - $this->getBreakMargin();
|
$restspace = $this->getPageHeight() - $this->GetY() - $this->getBreakMargin();
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user