From bc4ec7d2d3983ebc79f9b96612f77945b3e33f46 Mon Sep 17 00:00:00 2001 From: twanvl Date: Sun, 1 Jun 2008 20:15:41 +0000 Subject: [PATCH] make old style stats panel compile again git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@944 0fc631ac-6414-0410-93d0-97cfa31319b6 --- src/gui/set/stats_panel.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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