X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/77aee8713e9b9120d48b2488dce602d5aa73a2b5..30e24d9dd5a5abf1c9a375ea259eb239b122b7f7:/wxPython/src/_combobox.i?ds=sidebyside diff --git a/wxPython/src/_combobox.i b/wxPython/src/_combobox.i index f5d68f6982..d593ea6f12 100644 --- a/wxPython/src/_combobox.i +++ b/wxPython/src/_combobox.i @@ -167,7 +167,7 @@ the combobox text field.", "", #else %pythoncode { def GetMark(self): - raise NotImplementedError + return (0,0) } #endif