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
e7e0a8e9
Commit
e7e0a8e9
authored
Jul 02, 2015
by
eric pellegrini
Browse files
cosmetic change
parent
c95d823f
Changes
1
Show whitespace changes
Inline
Side-by-side
MDANSE/App/GUI/MainFrame.py
View file @
e7e0a8e9
...
...
@@ -321,21 +321,18 @@ or directly to the MDANSE mailing list:
self
.
toggle_window
(
pane
)
def
on_toggle_data_tree
(
self
,
event
=
None
):
pane
=
self
.
_mgr
.
GetPane
(
"data"
)
self
.
toggle_window
(
pane
)
def
on_toggle_plugins_tree
(
self
,
event
=
None
):
pane
=
self
.
_mgr
.
GetPane
(
"plugins"
)
self
.
toggle_window
(
pane
)
def
on_toggle_toolbar
(
self
,
event
=
None
):
if
self
.
GetToolBar
():
...
...
@@ -358,7 +355,6 @@ or directly to the MDANSE mailing list:
self
.
_mgr
.
Update
()
if
__name__
==
"__main__"
:
app
=
wx
.
App
(
False
)
...
...
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