This PR aims to give visual feedback during layout-editing when selecting nodes by dragging a rectangle. Nodes get selected/unselected in MouseMoveEvent as opposed to only in the end when MouseUpEvent fires. Works in demoapp so unless there is some scenario that I have not thought about it could hopefully be merged in.
Thanks for a fine library!
This PR aims to give visual feedback during layout-editing when selecting nodes by dragging a rectangle. Nodes get selected/unselected in MouseMoveEvent as opposed to only in the end when MouseUpEvent fires. Works in demoapp so unless there is some scenario that I have not thought about it could hopefully be merged in.