X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/699e192bccb7bfd8cf69455d2c6786d3da634550..da8d6ffa5790529ae784345cb4441a3956751193:/wxPython/src/_radio.i diff --git a/wxPython/src/_radio.i b/wxPython/src/_radio.i index a2af8d1d71..4e4dde6728 100644 --- a/wxPython/src/_radio.i +++ b/wxPython/src/_radio.i @@ -24,7 +24,7 @@ MAKE_CONST_WXSTRING(RadioButtonNameStr); class wxRadioBox : public wxControl { public: - %pythonPrepend wxRadioBox "if kwargs.has_key('point'): kwargs['pos'] = kwargs['point']" + %pythonPrepend wxRadioBox "if kwargs.has_key('point'): kwargs['pos'] = kwargs['point'];del kwargs['point']" %pythonPrepend wxRadioBox() "" %pythonAppend wxRadioBox "self._setOORInfo(self)" %pythonAppend wxRadioBox() ""