Fix some misprint

When print on printer with low resolution, some lines are not printed
because to thin.
Thin line of elements : set width to 0.5 instead of 0 and set cosmetic
option to false.
Folio border and titleblock : set width to 1 and set cosmetic option to
false.
This commit is contained in:
joshua
2021-10-16 10:15:45 +02:00
parent 09e345ee4a
commit aefae7b73b
3 changed files with 2 additions and 4 deletions

View File

@@ -518,7 +518,6 @@ void BorderTitleBlock::draw(QPainter *painter)
//Set the QPainter
painter -> save();
QPen pen(Qt::black);
pen.setCosmetic(true);
painter -> setPen(pen);
painter -> setBrush(Qt::NoBrush);