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

Multi display update #323

Open
wants to merge 4 commits into
base: dev
Choose a base branch
from
Open

Multi display update #323

wants to merge 4 commits into from

Conversation

qcapen
Copy link
Collaborator

@qcapen qcapen commented Apr 7, 2018

Restore multiple display instance updates. This solution leads to unnecessary redrawing whenever there is more than one display widget with the same display source, but in other situations adds no overhead.

@qcapen qcapen requested a review from jabdoa2 April 7, 2018 23:30
@qcapen
Copy link
Collaborator Author

qcapen commented Apr 7, 2018

I messed around with adding a new Callback that only is called on update. The biggest issue is I could not get it to build outside of Kivy as the dependencies were not designed to be derived from in an outside project. This meant customizing Kivy which I really didn't want to get into in this release. May revisit in the near future.

@jabdoa2
Copy link
Collaborator

jabdoa2 commented Apr 8, 2018

Cool. Maybe we can try to upstream the new callback on ask_update or how it's called? I will test this later on my machine.

@jabdoa2
Copy link
Collaborator

jabdoa2 commented Oct 28, 2018

i need to test this again. last time it did not work for me

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