mirror of
https://github.com/fergalmoran/flameshot.git
synced 2025-12-22 09:51:06 +00:00
Decrease opacity of the marker tool
This commit is contained in:
@@ -134,7 +134,7 @@ QPixmap Screenshot::paintModifications(const QVector<CaptureModification> v) {
|
||||
painter.drawLine(points[0], points[1]);
|
||||
break;
|
||||
case Button::Type::marker:
|
||||
painter.setOpacity(0.5);
|
||||
painter.setOpacity(0.35);
|
||||
painter.setPen(QPen(modification.getColor(), 14));
|
||||
painter.drawLine(points[0], points[1]);
|
||||
painter.setOpacity(1);
|
||||
|
||||
Reference in New Issue
Block a user