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

TriblerButtonsDelegate is repainting all table rows on mouse movement #6377

Closed
devos50 opened this issue Sep 28, 2021 · 0 comments · Fixed by #6384
Closed

TriblerButtonsDelegate is repainting all table rows on mouse movement #6377

devos50 opened this issue Sep 28, 2021 · 0 comments · Fixed by #6384

Comments

@devos50
Copy link
Contributor

devos50 commented Sep 28, 2021

See here. There already is a TODO in the code related to this but given that our table rows are getting more complicated with the addition of tags, it can get quite slow. As such, I increase the visibility of this enhancement with an issue.

This should be relatively easy to fix since the only rows changing on mouse hover is the row referenced by self.hover_index and the newly selected row.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging a pull request may close this issue.

1 participant