X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0bee2fce884c75e37b2cadc076362f07c5f5779d..25b3661bd4cb44304418b93c0dee1d0dfb99765c:/wxPython/demo/ListCtrl_edit.py?ds=sidebyside 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)