]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/mac/_controls.py
Patch #1581767: Another fix for wx.lib.calendar
[wxWidgets.git] / wxPython / src / mac / _controls.py
index 1c778bb1b969627df5cad374a72cdaf288c530e7..38cb6f8c782a3aa8ef13e7ff5f66289448fb119c 100644 (file)
@@ -678,7 +678,7 @@ class ComboBox(_core.Control,_core.ItemContainer):
         return _controls_.ComboBox_SetMark(*args, **kwargs)
 
     def GetMark(self):
-        raise NotImplementedError
+        return (0,0)
 
     def GetCurrentSelection(*args, **kwargs):
         """