Nelarius / imnodes

A small, dependency-free node editor for dear imgui
MIT License
2.04k stars 249 forks source link

Mis-Entering BoxSelection Interaction. #170

Open koala999cn opened 1 year ago

koala999cn commented 1 year ago

I have a imnode window with ImGuiWindowFlags_NoBringToFrontOnFocus flag. While the imnode window getting focused, dragging another window above it, the imnode window will mis-enter BoxSelection Interaction.

koala999cn commented 1 year ago

It seems can be fixed by adding IsWindowHovered test in BeginCanvasInteraction function.

koala999cn commented 1 year ago

It seems can be fixed by adding IsWindowHovered test in BeginCanvasInteraction function.