]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/wx/lib/calendar.py
More WXDLLIMPEXP_GIZMOS fixes
[wxWidgets.git] / wxPython / wx / lib / calendar.py
index c18f593ccdf7a3c3bba171481e80e11482ee05af..fa0b9cbb627280908011a8e4a0ab74a12e8c2f91 100644 (file)
@@ -292,7 +292,7 @@ class CalDraw:
             self.cal_days.append(str(i))
             i = i + 1
 
-        self.end_pos = dow + dim
+        self.end_pos = start_pos + dim - 1
 
         return start_pos