Little oopsie
This commit is contained in:
@@ -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 = []
|
||||
|
||||
Reference in New Issue
Block a user