Little oopsie

This commit is contained in:
HomeWorld
2010-11-02 02:31:00 +02:00
parent dc7be4f4cc
commit c0c70c9bd4

View File

@@ -26,7 +26,6 @@ class Display(wx.ListCtrl):
def __init__(self, parent, style = 0):
wx.ListCtrl.__init__(self, parent, style=wx.LC_REPORT | wx.BORDER_NONE | style)
self.Show(False)
self.imageList = wx.ImageList(16, 16)
self.SetImageList(self.imageList, wx.IMAGE_LIST_SMALL)
self.activeColumns = []