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
fecdb8d8
Commit
fecdb8d8
authored
Nov 11, 2015
by
eric pellegrini
Browse files
Bug fix in VectorWidget
parent
e774644c
Changes
1
Hide whitespace changes
Inline
Side-by-side
MDANSE/Framework/Widgets/VectorWidget.py
View file @
fecdb8d8
...
...
@@ -54,7 +54,7 @@ class VectorConfigurator(IWidget):
self
.
_y
=
wx
.
TextCtrl
(
self
.
_widgetPanel
,
wx
.
ID_ANY
)
self
.
_z
=
wx
.
TextCtrl
(
self
.
_widgetPanel
,
wx
.
ID_ANY
)
cfg
=
self
.
configurator
cfg
=
self
.
_
configurator
self
.
_x
.
SetValue
(
str
(
cfg
.
default
[
0
]))
self
.
_y
.
SetValue
(
str
(
cfg
.
default
[
1
]))
...
...
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