Mis-Entering BoxSelection Interaction.
koala999cn opened this issue · 2 comments
koala999cn commented
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
It seems can be fixed by adding IsWindowHovered test in BeginCanvasInteraction function.
koala999cn commented
It seems can be fixed by adding IsWindowHovered test in BeginCanvasInteraction function.