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
48b37437
Commit
48b37437
authored
Jul 27, 2018
by
eric pellegrini
Browse files
The checklist of the ComboCheckBox is now expandable when popped up
parent
d06a82bd
Pipeline
#4265
passed with stages
in 16 minutes and 8 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
MDANSE/GUI/ComboWidgets/ComboCheckbox.py
View file @
48b37437
...
...
@@ -40,10 +40,11 @@ class ComboCheckbox(wx.CheckListBox,wx.combo.ComboPopup):
def
GetControl
(
self
):
return
self
def
GetAdjustedSize
(
self
,
minWidth
,
prefHeight
,
maxHeight
):
return
self
.
GetSize
()
size
=
self
.
GetControl
().
GetSize
()
return
wx
.
Size
(
minWidth
,
size
[
1
])
def
GetStringValue
(
self
):
return
self
.
GetCheckedStrings
()
...
...
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