X-Git-Url: http://iramuteq.org/git?p=iramuteq;a=blobdiff_plain;f=tabsimi.py;h=700999d28cab36dd0fc16cd941d18341b6587946;hp=4d64840c63df2408d0777b16fc4f488941ded07f;hb=8da2396093541e59ff1f5ae3ca43aee8e5e310d3;hpb=6919f2ef8d85c176c7be824b606c4b71142e10fd diff --git a/tabsimi.py b/tabsimi.py index 4d64840..700999d 100644 --- a/tabsimi.py +++ b/tabsimi.py @@ -94,14 +94,14 @@ class DoSimi(AnalyseMatrix): self.tableau = parent.tableau self.tableau.parametres['mineff'] = 0 if not self.fromprof : - dialcol = FreqDialog(self.parent, -1, self.tableau.get_colnames(), _(u"Select columns").decode('utf8'), size=(600, 250)) + dialcol = FreqDialog(self.parent, self.tableau.get_colnames(), _(u"Select columns").decode('utf8'), size=(600, 250), showNA = False) dialcol.CenterOnParent() res = dialcol.ShowModal() else : res = wx.ID_OK if res == wx.ID_OK : if not self.actives : - self.tableau.selected_col = dialcol.list_box_1.GetSelections() + self.tableau.selected_col = dialcol.m_listBox1.GetSelections() actives = self.tableau.getactlistfromselection(self.tableau.selected_col) else : actives = self.actives