Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Scientific Software
MDANSE
Commits
854e0816
Commit
854e0816
authored
Feb 13, 2020
by
Remi Perenon
Browse files
The converter plugins are now properly closed
parent
0922b509
Changes
1
Hide whitespace changes
Inline
Side-by-side
Src/GUI/Plugins/JobPlugin.py
View file @
854e0816
...
...
@@ -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
):
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment