beremiz

Fixed bug when adding a configuration

2013-08-29, Laurent Bessard
5f8e02717560
Parents 2ad168756c5e
Children cd639725fba5
Fixed bug when adding a configuration
  • +0 -1
    IDEFrame.py
  • --- a/IDEFrame.py Thu Aug 29 19:20:14 2013 +0200
    +++ b/IDEFrame.py Thu Aug 29 19:48:29 2013 +0200
    @@ -2302,7 +2302,6 @@
    if tagname is not None:
    self._Refresh(TITLE, FILEMENU, EDITMENU, PROJECTTREE, POUINSTANCEVARIABLESPANEL)
    self.EditProjectElement(ITEM_CONFIGURATION, tagname)
    - dialog.Destroy()
    def GenerateAddResourceFunction(self, config_name):
    def OnAddResourceMenu(event):