You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There seems to be a problem with the develop branch that isn't in the master branch.
Here is what I am doing: I run the blueprint example, zoom out way, put my mouse on a pin towards the right edge (i can see it highlight), click and hold left mouse, and drag off the pin off the right side quickly.
The result of this is:
The link does not come out, and instead a selection-box on the graph is started.
This does not happen in master, only in develop. Master handles this situation perfectly.
In develop, it looks like the pin must have "at least a couple mouse drag events" while inside the bounds of of the pin before ax::NodeEditor::BeginCreate() returns true.
I have windows 10 with the monitor running at 144hz. Let me know if you'd like a video or anything to assist repro.