diff -r 10516539f238 -r 0a02c433f52d E5Graphics/E5GraphicsView.py --- a/E5Graphics/E5GraphicsView.py Fri Oct 18 23:00:41 2013 +0200 +++ b/E5Graphics/E5GraphicsView.py Fri Nov 01 15:48:48 2013 +0100 @@ -373,10 +373,10 @@ painter.setPen(tc) painter.drawRect(marginX, marginY, width, height) painter.drawLine(marginX, marginY + height + 2, - marginX + width, marginY + height + 2) + marginX + width, marginY + height + 2) painter.setFont(font) painter.drawText(marginX, marginY + height + 4, width, - fontHeight, Qt.AlignRight, s) + fontHeight, Qt.AlignRight, s) if not finishX or not finishY: printer.newPage() page += 1