]> git.saurik.com Git - wxWidgets.git/commitdiff
Don't call _setOORINfo from PreGrid
authorRobin Dunn <robin@alldunn.com>
Tue, 14 Dec 2004 19:58:50 +0000 (19:58 +0000)
committerRobin Dunn <robin@alldunn.com>
Tue, 14 Dec 2004 19:58:50 +0000 (19:58 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31006 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/src/grid.i

index aab2af22adde7c890a111f14d07bbfff41ba9047..6c07dec0200b9f7b89cb6c78b13f17b672dea16b 100644 (file)
@@ -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,