DocPage Organizer: Clear action

This commit is contained in:
Jakub Melka
2021-07-11 18:18:34 +02:00
parent 8442143efc
commit fd67f8f898
8 changed files with 188 additions and 5 deletions

View File

@ -51,6 +51,7 @@ QRect PDFPainterHelper::drawBubble(QPainter* painter, QPoint point, QColor color
}
PDFPainterStateGuard guard(painter);
painter->setRenderHint(QPainter::Antialiasing);
painter->setPen(Qt::NoPen);
painter->setBrush(QBrush(color));
painter->drawRoundedRect(rectangle, rectangle.height() / 2, rectangle.height() / 2, Qt::AbsoluteSize);