Fix dropdown in showcase

This commit is contained in:
Peter Badida 2016-09-04 11:30:12 +02:00 committed by GitHub
parent 4c49633c6d
commit 58c58b3c96
1 changed files with 2 additions and 2 deletions

View File

@ -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: