mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-12 21:47:00 -04:00
Category selection in statistics panel now goes using a separate list for each dimension.
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@781 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
@@ -13,6 +13,7 @@
|
||||
#include <gui/set/panel.hpp>
|
||||
|
||||
class StatCategoryList;
|
||||
class StatDimensionList;
|
||||
class GraphControl;
|
||||
class FilteredCardList;
|
||||
|
||||
@@ -41,6 +42,7 @@ class StatsPanel : public SetWindowPanel {
|
||||
DECLARE_EVENT_TABLE();
|
||||
|
||||
StatCategoryList* categories;
|
||||
StatDimensionList* dimensions[3];
|
||||
GraphControl* graph;
|
||||
FilteredCardList* card_list;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user