diff --git a/wxPython/src/grid.i b/wxPython/src/grid.i index d7d4d4bca3..8abc7cc0a6 100644 --- a/wxPython/src/grid.i +++ b/wxPython/src/grid.i @@ -938,7 +938,7 @@ class wxGridCellFloatEditor : public wxGridCellTextEditor { public: %pythonAppend wxGridCellFloatEditor "self._setOORInfo(self)" - wxGridCellFloatEditor(); + wxGridCellFloatEditor(int width = -1, int precision = -1); virtual wxString GetValue(); };