Skip to content

Commit 97fe0b7

Browse files
committed
Merge #374: Don't call update during paint
caa0f4a qml: dont call update during paint (João Barbosa) Pull request description: ACKs for top commit: jarolrod: ACK caa0f4a Tree-SHA512: 9bd81fbd214f9f79eb625ab129455aa02fc4e6d084efbc39eeb412d893e8ca8f57c508e17e369f4584a09a70c587d7ecb8aee2d48438b47edda186d84cc5e337
2 parents bc6f872 + caa0f4a commit 97fe0b7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/qml/controls/linegraph.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,8 +130,6 @@ void LineGraph::paintTraffic(QPainter * painter)
130130
painter->drawPath(p);
131131
painter->fillPath(p, QBrush(m_fill_gradient));
132132
}
133-
134-
update();
135133
}
136134

137135
void LineGraph::setupGradient(QPainterPath * painter_path)

0 commit comments

Comments
 (0)