X-Git-Url: http://iramuteq.org/git?p=iramuteq;a=blobdiff_plain;f=Liste.py;h=e0bc11a6167d5fe1a0eb3b477fd55eeabe84b55a;hp=791ff67cabce7324da475e880ce68999850ad118;hb=6f825cfc9779c3fee81ea608b3a4972259d157e1;hpb=342d693d835ba1077fe0f31824664a807cafa3bb diff --git a/Liste.py b/Liste.py index 791ff67..e0bc11a 100644 --- a/Liste.py +++ b/Liste.py @@ -141,8 +141,8 @@ class ListPanel(wx.ListCtrl, listmix.ListCtrlAutoWidthMixin, listmix.ColumnSorte def onsearch(self, evt) : self.dial = SearchDial(self, self, 0, True) self.dial.CenterOnParent() - self.dial.ShowModal() - self.dial.Destroy() + self.dial.Show() + #self.dial.Destroy() def OnRightClick(self, event):