Add antialiasing to traffic graph widget

This commit is contained in:
Josu Goñi 2019-06-05 18:43:59 +02:00
parent 03858b23fe
commit db26e8e228

View file

@ -104,6 +104,7 @@ void TrafficGraphWidget::paintEvent(QPaintEvent *)
}
}
painter.setRenderHint(QPainter::Antialiasing);
if(!vSamplesIn.empty()) {
QPainterPath p;
paintPath(p, vSamplesIn);