Fix: Color too dark

This commit is contained in:
Laurent Destailleur
2015-12-12 14:13:45 +01:00
parent 84205b5be4
commit 0330d8237f
9 changed files with 9 additions and 9 deletions

View File

@@ -487,7 +487,7 @@ class pdf_einstein extends ModelePDFCommandes
if (! empty($conf->global->MAIN_PDF_DASH_BETWEEN_LINES) && $i < ($nblignes - 1))
{
$pdf->setPage($pageposafter);
$pdf->SetLineStyle(array('dash'=>'1,1','color'=>array(60,60,60)));
$pdf->SetLineStyle(array('dash'=>'1,1','color'=>array(80,80,80)));
//$pdf->SetDrawColor(190,190,200);
$pdf->line($this->marge_gauche, $nexY+1, $this->page_largeur - $this->marge_droite, $nexY+1);
$pdf->SetLineStyle(array('dash'=>0));