Merge remote-tracking branch 'origin/support/2.5' into release/2.6

This commit is contained in:
Pierre Goiffon
2018-12-28 11:42:11 +01:00
2 changed files with 2 additions and 1 deletions

View File

@@ -1270,6 +1270,7 @@ class DisplayableGraph extends SimpleGraph
$oPdf->SetAutoPageBreak(true, $fBreakMargin);
$oPdf->SetAlpha(1);
$oPdf->SetTextColor(0, 0, 0);
}
/**