X-Git-Url: http://iramuteq.org/git?p=iramuteq;a=blobdiff_plain;f=ProfList.py;h=5e58a99c8459bc1b82619250dce918f2c83ff440;hp=e882f7ebd126751f3e78f79e7f5d6f280c03b952;hb=80553b90bbd72aa3d27b779a5f5e74038e9329c7;hpb=54fef96ad151ba25920f3e589b39a83c3f62ae2c diff --git a/ProfList.py b/ProfList.py index e882f7e..5e58a99 100644 --- a/ProfList.py +++ b/ProfList.py @@ -795,7 +795,7 @@ class ProfListctrlPanel(wx.ListCtrl, listmix.ListCtrlAutoWidthMixin, listmix.Col class wliste(wx.Frame): def __init__(self, parent, id, title, d, fline, size=(600, 500)): wx.Frame.__init__(self, parent, id) - self.liste = ListForSpec(self, parent, d, fline, menu = False) + self.liste = ListForSpec(self, parent, d, fline[1:], menu = False) self.button_1 = wx.Button(self, -1, "Fermer") self.Bind(wx.EVT_BUTTON, self.OnCloseMe, self.button_1) self.Bind(wx.EVT_CLOSE, self.OnCloseWindow)