Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Scientific Software
MDANSE
Commits
f491516e
Commit
f491516e
authored
Nov 22, 2016
by
eric pellegrini
Browse files
bug fix in IWidget: the label of the configurator was not taken into account
parent
a184b8a4
Changes
1
Hide whitespace changes
Inline
Side-by-side
MDANSE/GUI/Widgets/IWidget.py
View file @
f491516e
...
...
@@ -50,7 +50,7 @@ class IWidget(wx.Panel):
self
.
_configurator
=
configurator
self
.
_label
=
' '
.
join
(
name
.
capitalize
().
split
(
'_'
))
self
.
_label
=
self
.
_configurator
.
label
self
.
initialize
()
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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