X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0bee2fce884c75e37b2cadc076362f07c5f5779d..f78e4942ec0f3f6abd2992502e2d6c5c2e8e55f6:/wxPython/demo/ListCtrl_edit.py diff --git a/wxPython/demo/ListCtrl_edit.py b/wxPython/demo/ListCtrl_edit.py index 10515eb486..eaa4ba0380 100644 --- a/wxPython/demo/ListCtrl_edit.py +++ b/wxPython/demo/ListCtrl_edit.py @@ -34,7 +34,6 @@ 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) self.Populate() listmix.TextEditMixin.__init__(self)