X-Git-Url: http://iramuteq.org/git?p=iramuteq;a=blobdiff_plain;f=ProfList.py;h=6667995f2af98b844e19ce6aff1644353e3d1fe0;hp=7802dd8d80578c5c25f1f009e1a0fcd2b4cb4f04;hb=ab4c9b7b0ac41c8a5e910caff895a5486f80188b;hpb=342d693d835ba1077fe0f31824664a807cafa3bb diff --git a/ProfList.py b/ProfList.py index 7802dd8..6667995 100644 --- a/ProfList.py +++ b/ProfList.py @@ -237,16 +237,16 @@ class ProfListctrlPanel(wx.ListCtrl, listmix.ListCtrlAutoWidthMixin, listmix.Col def onsearch(self, evt) : self.dial = SearchDial(self, self, 6, True) self.dial.CenterOnParent() - self.dial.ShowModal() - self.dial.Destroy() + self.dial.Show() + #self.dial.Destroy() def onsearchall(self, evt) : if 'FrameSearch' not in dir(self.Source) : self.Source.FrameSearch = SearchFrame(self.parent, -1, u"Rechercher...", self.Source.corpus) self.dial = SearchDial(self, self.Source.FrameSearch.liste, 1, False) self.dial.CenterOnParent() - self.dial.ShowModal() - self.dial.Destroy() + self.dial.Show() + #self.dial.Destroy() def OnRightClick(self, event):