mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-04-21 14:05:06 +02:00
Add antialiasing to traffic graph widget
This commit is contained in:
parent
03858b23fe
commit
db26e8e228
@ -104,6 +104,7 @@ void TrafficGraphWidget::paintEvent(QPaintEvent *)
|
||||
}
|
||||
}
|
||||
|
||||
painter.setRenderHint(QPainter::Antialiasing);
|
||||
if(!vSamplesIn.empty()) {
|
||||
QPainterPath p;
|
||||
paintPath(p, vSamplesIn);
|
||||
|
Loading…
x
Reference in New Issue
Block a user