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:
parent
e981e2b555
commit
f062c0e2ee
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user