diff --git a/src/gui/set/stats_panel.cpp b/src/gui/set/stats_panel.cpp index 414ff65c..8b18085a 100644 --- a/src/gui/set/stats_panel.cpp +++ b/src/gui/set/stats_panel.cpp @@ -434,7 +434,7 @@ void StatsPanel::showCategory() { ++dim_id; } graph->setLayout(cat.type); - graph->setData(d, true); + graph->setData(d); filterCards(); } #endif