[Bug] Both Context Menu and Add Node show

NodeCanvas Forums Support [Bug] Both Context Menu and Add Node show

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #17528
    wrymn
    Participant

    When right clicking on condition to copy/paste it, both the context menu as well as add node windows show. But only context menu for copy/paste operation on clicked condition should show.

    Tested on macos sonoma.

    Attachments:
    You must be logged in to view attached files.
    #17546
    Gavalakis
    Keymaster

    Hello again. Can you please open up Editor.Connection.cs file and change line #173 to be like this and let me know:
    if ( GraphEditorUtility.allowClick && e.type == EventType.ContextClick && e.button == 1 && centerRect.Contains(e.mousePosition) ) {
    Thank you.

    Join us on Discord: https://discord.gg/97q2Rjh

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.