thedmd / imgui-node-editor

Node Editor built using Dear ImGui
MIT License
3.73k stars 551 forks source link

Graphical Bug on Canvas when Hovering Connection over Node Pin #237

Closed Sage-of-Mirrors closed 1 year ago

Sage-of-Mirrors commented 1 year ago

Hello,

Whenever I hover a node connection over a pin, the node editor canvas glitches out like this:

When I stop hovering (either by moving the connection off the pin or accepting the new connection), the glitch resolves itself.

I am running the node editor through a docked panel using hello_imgui, which I have modified to use imgui v1.89.3. Has anyone seen this bug before? Are there any suggestions on how to fix it?

Thanks!

Sage-of-Mirrors commented 1 year ago

This workaround by @glscopeclient fixes this bug.

thedmd commented 1 year ago

It is fixed now on develop and master.