mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-08-03 18:49:30 +00:00
Attempted to increase performance when paint complicated charts.
This commit is contained in:
@@ -27,8 +27,6 @@ void PaintLinearChartView(
|
||||
const auto currentMinHeight = rect.y(); //
|
||||
const auto currentMaxHeight = rect.height() + rect.y(); //
|
||||
|
||||
PainterHighQualityEnabler hq(p);
|
||||
|
||||
for (const auto &line : chartData.lines) {
|
||||
const auto additionalP = (chartData.xPercentage.size() < 2)
|
||||
? 0.
|
||||
|
||||
Reference in New Issue
Block a user