mirror of https://github.com/kivy/kivy.git
Fix dropdown in showcase
This commit is contained in:
parent
4c49633c6d
commit
58c58b3c96
|
@ -13,12 +13,12 @@ ShowcaseScreen:
|
|||
size_hint_y: None
|
||||
height: '48dp'
|
||||
|
||||
Widget
|
||||
Widget:
|
||||
on_parent: dropdown.dismiss()
|
||||
|
||||
DropDown:
|
||||
|
||||
id: dropdown
|
||||
on_parent: self.dismiss()
|
||||
on_select: btn.text = 'Selected value: {}'.format(args[1])
|
||||
|
||||
Button:
|
||||
|
|
Loading…
Reference in New Issue