Skip to content

Commit db26e8e

Browse files
committed
Add antialiasing to traffic graph widget
1 parent 03858b2 commit db26e8e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/qt/trafficgraphwidget.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ void TrafficGraphWidget::paintEvent(QPaintEvent *)
104104
}
105105
}
106106

107+
painter.setRenderHint(QPainter::Antialiasing);
107108
if(!vSamplesIn.empty()) {
108109
QPainterPath p;
109110
paintPath(p, vSamplesIn);

0 commit comments

Comments
 (0)