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 stuck menu options on community/room list #1090

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

syldrathecat
Copy link
Contributor

This fixes the issue of checkbox states becoming stuck for the community and room list right-click menus, by putting the Menu instance inside of the ItemDelegate, rather than having them all share a single Menu instance.

@syldrathecat
Copy link
Contributor Author

Note: This change conflicts with #1062 since it modifies this same menu

@deepbluev7
Copy link
Member

I would prefer a different solution. If you use the per item menu instances, scrolling gets quite a bit slower. It could work to pass the model to the menu though as a variable to automatically get updates on property changes.

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.

2 participants