Skip to content

Links between right->left pins behave differently from original repo #326

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

Closed
T7imal opened this issue Mar 8, 2025 · 1 comment
Closed
Labels
wontfix This will not be worked on

Comments

@T7imal
Copy link

T7imal commented Mar 8, 2025

Description

When creating links where the source pin is on the right and the target pin is on the left, the behavior differs between imgui-bundle and the original repo.

Current vs Expected Behavior

In the original repo (thedmd's imgui-node-editor), when connecting pins from right to left:

Original behavior

However, in imgui_bundle's implementation:

Current behavior

Question

Is there any configuration option to achieve the same right-to-left node connection behavior as in the original repository?

References

@pthom
Copy link
Owner

pthom commented Mar 18, 2025

Hi,

This behavior is because the bundled version of the node editor includes this patch:
thedmd/imgui-node-editor#119

This cannot be disabled, I'm sorry

@pthom pthom added the wontfix This will not be worked on label Mar 18, 2025
@pthom pthom closed this as completed Mar 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

2 participants