also select correct month
This commit is contained in:
parent
f694ff70e1
commit
b5dc0e4303
1 changed files with 1 additions and 0 deletions
|
@ -131,6 +131,7 @@ class HistoryWindow:
|
|||
date = time.localtime(tim)
|
||||
|
||||
y, m, d = date[0], date[1], date[2]
|
||||
self.calendar.select_month(m, y)
|
||||
self.calendar.select_day(d)
|
||||
self.add_lines_for_date(y, m, d)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue