Nelarius/imnodes

Mis-Entering BoxSelection Interaction.

koala999cn opened this issue · 2 comments

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.

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

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