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

Refactor checkRedraw in Canvas #378

Open
scheibel opened this issue Jun 30, 2017 · 0 comments
Open

Refactor checkRedraw in Canvas #378

scheibel opened this issue Jun 30, 2017 · 0 comments
Labels

Comments

@scheibel
Copy link
Member

Currently, checkRedraw iterates over all (actually, only some) outputs of the render stage and triggers a redraw upon first invalid output.
Instead of reiteration, the output invalid state can be set upon the firing of an invalidation signal of either render stage output.
However, when registering to output invalidation signals, adding and removing outputs over the lifetime of a render stage has to be handled, too.

chistopher pushed a commit that referenced this issue Sep 20, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants