-
Notifications
You must be signed in to change notification settings - Fork 579
Weird purple line on edges? #150
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
Comments
It appears I'm only able to move the node if it's currently in the view of where the window zoom and position was b4 (so in the picture, if I zoom out, and move the node way left, and zoom back into the exact same spot, it would be outside the window, so if I actually zoom to where the node is, and try to move it, it seems to think it's not in the window view or something) |
My second issue in this post appears to be the same as: #105 |
Update |
Fix is pushed on develop. If you want to get rid of the line, go to imgui_canvas.cpp:118 and comment out |
I'm having a strange weird rendering issue, this has happened for a while now, but just ignored it. In certain zoom levels, these purple lines on the edges will either be rendered or not rendered, and with random thicknesses (although always thin).

Any known issue or cause?
Edit*: Also would like to add that sometimes clicking & dragging don't work.
The text was updated successfully, but these errors were encountered: