mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-11 21:27:01 -04:00
Generate image for disabled toolbar buttons and menu items.
Fixes #13. Removed IconMenu class, use add_menu_item/add_menu_item_tr instead. Added _tr variants that automatically do locale translation
This commit is contained in:
@@ -16,7 +16,6 @@ class StatCategoryList;
|
||||
class StatDimensionList;
|
||||
class GraphControl;
|
||||
class FilteredCardList;
|
||||
class IconMenu;
|
||||
|
||||
// Pick the style here:
|
||||
#define USE_DIMENSION_LISTS 1
|
||||
@@ -57,7 +56,7 @@ class StatsPanel : public SetWindowPanel {
|
||||
#endif
|
||||
GraphControl* graph;
|
||||
FilteredCardList* card_list;
|
||||
IconMenu* menuGraph;
|
||||
wxMenu* menuGraph;
|
||||
|
||||
CardP card; ///< Selected card
|
||||
bool up_to_date; ///< Are the graph and card list up to date?
|
||||
|
||||
Reference in New Issue
Block a user