hoffstadt / hoffstadt/DearPyGui
Node Editor : Event happens on the bottom node on hovering & selecting with overwrapped nodes
- Dominant language
- C++
- Stars
- 15.6k
- Forks
- 783
- PR merge metrics
- No merged PRs in 30d
Description
If there are multiple nodes and those are overwrapped, the mouse click event happens on the bottom node ( widget on bottom node ) if you click the overwrapped areas of the nodes.
screenshot #1 : before mouse clicking on the spot.

screenshot #2 : after mouse clicking on the spot.

the connected callback event from bottom node is activated, then user should click the region on top of the node which is not overlapped to another node.
Contributor guide
Assessment
This issue has not been assessed yet.