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

Output ports are drawn backwards #980

Closed
remram44 opened this issue Dec 17, 2014 · 0 comments
Closed

Output ports are drawn backwards #980

remram44 opened this issue Dec 17, 2014 · 0 comments

Comments

@remram44
Copy link
Member

Right now, ports are ordered by sort_key (if set) then the order they appear, with inherited port first, and optional ports appearing last.

However, input ports are drawn from left to right, output ports from right to left.

This is confusing (#976) and it means that if matching ports are entered in the same order in the code, connections will always cross in the pipeline.

Putting them in the right order would make the code slightly more complex (ports would have to be moved when a new one is appended), and would probably mess up current packages.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant