Add unresolved categories in ImportPanel
Fix two bugs : Don't take in account unknown categories (in stats) Don't try to draw more than MAX_CATEGORIES (12) in charts
This commit is contained in:
@@ -48,6 +48,8 @@ class PreferencesPanel;
|
||||
extern wxString months[12];
|
||||
extern wxColour categoryColors[12];
|
||||
|
||||
#define MAX_CATEGORY 12
|
||||
|
||||
class wxUI: public wxFrame
|
||||
{
|
||||
public:
|
||||
|
Reference in New Issue
Block a user