Dragging an area on the canvas now makes a multiple selection.
authorMalcolm.Wallace@cs.york.ac.uk
local dateThu, 17 Nov 2005 18:31:52
dateThu, 17 Nov 2005 18:31:52
hash20051117183152-6871e-1c4d90b94da47b9b582f99f0c7ebfac4909bde55
Dragging an area on the canvas now makes a multiple selection.

Dragging out a rectangle on the background canvas now selects all the
nodes and control points within the dragged area. I haven't worked out
how to display the rectangle itself. The multiple selection can then be
moved by dragging any one of its items.
5 file(s) changed:
src/Document.hs +1 -1
src/GUIEvents.hs +25 -18
src/Math.hs +8 -0
src/NetworkControl.hs +50 -4
src/NetworkView.hs +2 -2