From c0c70c9bd4e88eaf3dccf744ed6a8bd7755096e1 Mon Sep 17 00:00:00 2001 From: HomeWorld Date: Tue, 2 Nov 2010 02:31:00 +0200 Subject: [PATCH] Little oopsie --- gui/display.py | 1 - 1 file changed, 1 deletion(-) diff --git a/gui/display.py b/gui/display.py index 5c923f9e2..51efd8d24 100644 --- a/gui/display.py +++ b/gui/display.py @@ -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 = []