Patch #1113284: wx.lib.calendar SetBusType() problem

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31757 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn 2005-02-04 19:35:40 +00:00
parent e981e2b555
commit f062c0e2ee

View 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