Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix dismiss in ActionGroup #4441

Merged
merged 1 commit into from
Jul 2, 2016
Merged

Conversation

KeyWeeUsr
Copy link
Contributor

If there's no desire to actually change group name after selecting an item there, then it's good to go. Maybe a dirty fix, but does the work. Still don't know what exactly prevents DropDown from closing. Maybe because it's inherited and put in another widget, therefore if I click on the button some function from DropDown isn't triggered?

I think using return True may be a problem here, because it doesn't even get to the autodismiss part(which is in dropdown as the last written), so... I moved it to the top basically.

Try on_release, for Btn3, works good.

Fix #1906

@KeyWeeUsr
Copy link
Contributor Author

Now it should fix even those badly displayed properties and stuff in docs.

@akshayaurora akshayaurora self-assigned this Jun 30, 2016
@akshayaurora akshayaurora merged commit 7b8130f into kivy:master Jul 2, 2016
@akshayaurora
Copy link
Member

@KeyWeeUsr thanks

@KeyWeeUsr KeyWeeUsr deleted the actiongroup_close branch September 4, 2016 09:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ActionGroup in spinner mode doesn't close on selection.
2 participants