diff --git a/src/view/AccountPanel.cpp b/src/view/AccountPanel.cpp index e7d56d1..b6e07e2 100644 --- a/src/view/AccountPanel.cpp +++ b/src/view/AccountPanel.cpp @@ -357,7 +357,7 @@ void AccountPanel::LoadYear(int year, bool showMonth) if (_curYear == curDate.year()) month = curDate.month()-1; else - month = 0; + month = 11; for (it = ops[year].begin(); it != ops[year].end(); it++) {