Actions
Bug #3878
closedNeed to allow selection rectangles to be drawn in directions other than top-left to bottom-right
Start date:
03/10/2009
Due date:
% Done:
0%
Estimated time:
Bugzilla-Id:
3878
Description
Currently the code in edu.msu.first.parser.gui.SelectorLayer always assumes that the selection is being drawn from the top left corner to the bottom-right corner. We need to support other directions to allow more flexible selection.
Updated by Ryan McFall over 15 years ago
This seems to be implemented correctly now; changes were made to SelectorLayer.DrawNewRectangle.
Right now resizing doesn't allow the same behavior, but I think that is OK.
Actions