Paste P516

Masterwork From Distant Lands
ActivePublic

Authored by apol on Jan 9 2020, 12:05 PM.
diff --git a/src/console/analytics/categoryaggregator.cpp b/src/console/analytics/categoryaggregator.cpp
index 922d564..5c053cf 100644
--- a/src/console/analytics/categoryaggregator.cpp
+++ b/src/console/analytics/categoryaggregator.cpp
@@ -111,7 +111,7 @@ void CategoryAggregator::updateTimelineChart()
mapper->setSeries(series);
auto areaSeries = new QAreaSeries(series, prevSeries);
- series->setParent(areaSeries); // otherwise series isn't deleted by removeAllSeries!
+// series->setParent(areaSeries); // otherwise series isn't deleted by removeAllSeries!
areaSeries->setName(timeAggregationModel()->headerData(i, Qt::Horizontal).toString().toHtmlEscaped());
m_timelineChart->addSeries(areaSeries);
apol edited the content of this paste. (Show Details)Jan 9 2020, 12:05 PM
apol changed the title of this paste from untitled to Masterwork From Distant Lands.