noalyss-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Noalyss-commit] [noalyss] 01/01: Bug : PDF Grand Livre saut de page , a


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 01/01: Bug : PDF Grand Livre saut de page , ajout marge erreur de 7mm
Date: Tue, 01 Mar 2016 17:50:26 +0000

sparkyx pushed a commit to branch master
in repository noalyss.

commit 2478a5c7c230797a9056bbf3d228ec928d705c14
Author: Dany De Bontridder <address@hidden>
Date:   Tue Mar 1 18:41:49 2016 +0100

    Bug : PDF Grand Livre saut de page , ajout marge erreur de 7mm
---
 include/lib/class_pdf.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/include/lib/class_pdf.php b/include/lib/class_pdf.php
index 726c3cf..a423cf2 100644
--- a/include/lib/class_pdf.php
+++ b/include/lib/class_pdf.php
@@ -169,7 +169,7 @@ class PDF extends TFPDF
                 // If the text is bigger than a sheet of paper then return 
false
                 if ($height >= $this->h) return false;
 
-                if ( $y + $height > ($this->h - $this->bMargin ))
+                if ( $y + $height > ($this->h - $this->bMargin -7  ))
                     return true;
 
             }



reply via email to

[Prev in Thread] Current Thread [Next in Thread]