Added some missing EVT_ functions
Fixes to wxPython.lib.wxCalendar for new toolbar and region code other fixes git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5144 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -392,7 +392,7 @@ class wxCalendar(wxWindow):
|
||||
for key in self.rg.keys():
|
||||
val = self.rg[key]
|
||||
rt = wxRegion()
|
||||
rt.Union(val)
|
||||
rt.UnionRect(val)
|
||||
if rt.Contains(mx, my) != 0:
|
||||
result = self.TestDay(key)
|
||||
return result
|
||||
|
Reference in New Issue
Block a user