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

1600 procedure model issues #1657

Draft
wants to merge 10 commits into
base: develop
Choose a base branch
from
Draft

Conversation

jws-1
Copy link
Member

@jws-1 jws-1 commented Sep 4, 2023

This PR fixes some issues with the ProcedureModel, enables appending nodes by double clicking (similar to the functionality available for the Module palette, and also cleans up the slots of the ConfigurationTab a tad.

This turned out to be an interesting one, that required a deep-dive into the almost non-existent docs. It seems like the issues came down to fact that dropMimeData already results in a call to removeRows on Qt::MoveAction. So, we were actually trying to remove the rows twice. Also, I think the call to setData, and thus emitting dataChanged, was troublesome (and now I believe unnecessary) too.

Edit: There still seems to be a problem with nodes that have a branch...

Closes #1600.

@trisyoungs trisyoungs added this to the Release 1.5 milestone Jan 12, 2024
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.

ProcedureModel issues
2 participants