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 load failure of NodeInterface #227

Merged
merged 2 commits into from
Nov 21, 2022
Merged

Fix load failure of NodeInterface #227

merged 2 commits into from
Nov 21, 2022

Conversation

tkmnet
Copy link
Contributor

@tkmnet tkmnet commented Nov 17, 2022

#224
This PR fixes a problem where connections were not repainted when nodes moved after loading a saved graph.

This occurs because the ID of the node set in the following description is inconsistent with the ID of the node after loading.

intf.nodeId = this.id;

@tkmnet tkmnet changed the title Fix load failure of NodeInterface #224 Fix load failure of NodeInterface Nov 17, 2022
@newcat
Copy link
Owner

newcat commented Nov 21, 2022

Thank you for the PR, much appreciated! And sorry for taking so long to merge & publish

@newcat newcat merged commit e8a7a5f into newcat:dev-v2.0 Nov 21, 2022
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.

None yet

2 participants