diff --git a/goocalendar/_calendar.py b/goocalendar/_calendar.py index 75e4ab8730940cfecbffee6bfdcada1d1bd2a681_Z29vY2FsZW5kYXIvX2NhbGVuZGFyLnB5..0f17068ab3dacf58f1322b12e8cffabad21431c2_Z29vY2FsZW5kYXIvX2NhbGVuZGFyLnB5 100644 --- a/goocalendar/_calendar.py +++ b/goocalendar/_calendar.py @@ -264,7 +264,7 @@ box.width = self._day_width - 2 box.height = self._day_height box.type = 'week' - box.date = date + box.date = current_date box.full_border = selected box.border_color = the_border_color box.body_color = the_body_color