From: Robin Dunn Date: Tue, 14 Dec 2004 19:58:50 +0000 (+0000) Subject: Don't call _setOORINfo from PreGrid X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/90f7243727aab2a42b3f641fbf2765129b2ae628 Don't call _setOORINfo from PreGrid git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31006 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/wxPython/src/grid.i b/wxPython/src/grid.i index aab2af22ad..6c07dec020 100644 --- a/wxPython/src/grid.i +++ b/wxPython/src/grid.i @@ -1592,6 +1592,8 @@ class wxGrid : public wxScrolledWindow { public: %pythonAppend wxGrid "self._setOORInfo(self)" + %pythonAppend wxGrid() "" + %typemap(out) wxGrid*; // turn off this typemap wxGrid( wxWindow *parent,