Fix several bugs in StatsPanel :

Bad selection of year with multiple years
    Bad year range check
    Unordered accounts (makes account selection points to bad indexes on account graph)
This commit is contained in:
2011-01-08 12:17:54 +01:00
parent d2d8e47dbc
commit d71f055dfc
3 changed files with 30 additions and 21 deletions

View File

@@ -1,8 +1,11 @@
v0.2_dev (20/12/10)
v0.2_dev (06/01/2011)
** User **
Better use of sizers (so better interface!)
** Dev **
Use a factory to create panels (prepare for plug-in)
** Bugs **
Bug on GenerateMonth with different years