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

Make Component signal emission dependant on component state change #7

Open
mortbopet opened this issue Feb 27, 2019 · 0 comments
Open
Labels
enhancement New feature or request

Comments

@mortbopet
Copy link
Owner

Currently, Component::propagateComponents always executes changed.emit() upon each propagation cycle. This signal is used to identify the GUI whether to update the drawing of the component.
This signal should only be changed when any output ports of the component is modified.

Todo: Investigate whether more logic is required for correctly updating the component graphics when the component is expanded/collapsed.

@mortbopet mortbopet added the enhancement New feature or request label Feb 27, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant