X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/15513a8066caaed1d1265cc06c47fc5c8ec1127e..cda5834e9d51eabc6463da5c301a7b8a3e89d80f:/wxPython/demo/ListCtrl_edit.py?ds=sidebyside diff --git a/wxPython/demo/ListCtrl_edit.py b/wxPython/demo/ListCtrl_edit.py index cba1e24007..eaa4ba0380 100644 --- a/wxPython/demo/ListCtrl_edit.py +++ b/wxPython/demo/ListCtrl_edit.py @@ -34,8 +34,7 @@ class TestListCtrl(wx.ListCtrl, size=wx.DefaultSize, style=0): 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)