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
d5500e27
Commit
d5500e27
authored
Jan 27, 2016
by
eric pellegrini
Browse files
Bug fix with when refreshing the widget of a configuration panel
parent
cf7904bd
Changes
1
Hide whitespace changes
Inline
Side-by-side
MDANSE/Framework/Widgets/IWidget.py
View file @
d5500e27
...
...
@@ -97,6 +97,8 @@ class IWidget(wx.Panel):
self
.
_staticBoxSizer
.
Add
(
self
.
_widgetPanel
,
1
,
wx
.
ALL
|
wx
.
EXPAND
,
0
)
self
.
SetSizer
(
self
.
_staticBoxSizer
)
self
.
_widgetPanel
.
GrandParent
.
Refresh
()
def
get_value
(
self
):
...
...
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