Skip to content
Snippets Groups Projects

Bugfix converter plugin does not close

Merged Remi Perenon requested to merge bugfix-converter_plugin_does_not_close into develop
2 files
+ 7
2
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -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):
Loading