X-Git-Url: http://iramuteq.org/git?p=iramuteq;a=blobdiff_plain;f=KeyFrame.py;h=2c477592322a82429dd3f98ffc38f754cfbaa223;hp=ffa625b36a3e6c9a05975089477b121de38d3e7a;hb=1fbb2fcb56ff6f0e0a0fa67daf55dadced5d0341;hpb=ea81472844df73875a9b2ba9122d487361fd88ac diff --git a/KeyFrame.py b/KeyFrame.py index ffa625b..2c47759 100755 --- a/KeyFrame.py +++ b/KeyFrame.py @@ -66,7 +66,7 @@ class AlcOptFrame(wx.Dialog): self.listcle.append(cle) - self.button_val = wx.Button(self,wx.ID_APPLY) + self.button_val = wx.Button(self,wx.ID_OK) for button in self.listbutton : self.Bind(wx.EVT_BUTTON,self.OnShowList,button) @@ -135,7 +135,9 @@ class AlcOptFrame(wx.Dialog): for i in range(0,len(self.listlabel)): self.keys[self.listcle[i]] = self.listspin[i].GetValue() DoConf().makeoptions(['KEY'], [self.keys], outfile = self.parent.parent.ira.ConfigPath['key']) + #self.Disable() self.Destroy() + #return class ListView(wx.Dialog):