diff --git a/wxPython/demo/ListCtrl_edit.py b/wxPython/demo/ListCtrl_edit.py index cba1e24007..10515eb486 100644 --- a/wxPython/demo/ListCtrl_edit.py +++ b/wxPython/demo/ListCtrl_edit.py @@ -35,7 +35,7 @@ class TestListCtrl(wx.ListCtrl, wx.ListCtrl.__init__(self, parent, ID, pos, size, style) # Divide remaining space over all columns - listmix.ListCtrlAutoWidthMixin.__init__(self, 0, 3) + listmix.ListCtrlAutoWidthMixin.__init__(self) self.Populate() listmix.TextEditMixin.__init__(self)