-
Notifications
You must be signed in to change notification settings - Fork 254
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
Clicking in other windows deselects nodes #22
Comments
Good catch, that's definitely an annoying issue. The change you submitted will fix it -- although you should do it for |
Ok cool thanks! I'll submit a PR
…On Thu, Feb 20, 2020, 10:22 PM Johann Muszynski ***@***.***> wrote:
Good catch, that's definitely an annoying issue. The change you submitted
will fix it -- although you should do it for editor.selected_links as
well a few lines further down in the code. If you have the change lying
around still, feel free to submit a pr! 👍
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#22?email_source=notifications&email_token=AARSRF4O4TPLS4KPW3BKRV3RD5XJJA5CNFSM4KY4AAE2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEMRU5FI#issuecomment-589516437>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AARSRF5RQJV4ZT2GX27DYVDRD5XJJANCNFSM4KY4AAEQ>
.
|
Atrix256
pushed a commit
to Atrix256/imnodes
that referenced
this issue
Feb 22, 2020
The selected nodes and links are cleared no matter what window you click in. This was a problem for me because i had a property window for selected nodes, and whenever i would click in that window to edit a property, it would unselect the node (and links). This makes it so the click has to happen in the node editor window to cause unselection. Fixes this issue: Nelarius#22
PR submitted: #23 |
Nelarius
pushed a commit
that referenced
this issue
Feb 22, 2020
The selected nodes and links are cleared no matter what window you click in. This was a problem for me because i had a property window for selected nodes, and whenever i would click in that window to edit a property, it would unselect the node (and links). This makes it so the click has to happen in the node editor window to cause unselection. Fixes this issue: #22
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have a property panel that shows info for the selected node, but whenever i click on the property panel, the selected nodes are cleared due to this code in EndNodeEditor() (like 1343)
Changing the if to this fixes my issue. Is this correct / should i submit a pull request?
The text was updated successfully, but these errors were encountered: