Skip to content
Snippets Groups Projects
Commit 1ef90551 authored by Remi Perenon's avatar Remi Perenon
Browse files

Merge branch 'bugfix-converter_plugin_does_not_close' into 'develop'

Bugfix converter plugin does not close

See merge request !49
parents 0922b509 886e1ec0
No related branches found
No related tags found
1 merge request!49Bugfix converter plugin does not close
Pipeline #6870 failed
version 1.4.0
--------------
* FIXED issue #47 GUI converter did not close
version 1.3.1
--------------
* FIXED issue #46 There was an error message when closign converter plugins. The error is no more here but the converter still does not close.
......
......@@ -155,8 +155,9 @@ class JobPlugin(ComponentPlugin):
self.parent.mgr.ClosePane(self.parent.mgr.GetPane(self))
except AttributeError:
# If the job is a converter, the parent has no mgr attribute
pass
self.parent.Close()
class JobFrame(wx.Frame):
def __init__(self, parent, jobType, datakey=None):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment