Update of /cvsroot/bprocessor/gl/src/net/sourceforge/bprocessor/gl/tool
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv17229/src/net/sourceforge/bprocessor/gl/tool
Modified Files:
RectTool.java
Log Message:
constructors now moves to the last point clicked
Index: RectTool.java
===================================================================
RCS file: /cvsroot/bprocessor/gl/src/net/sourceforge/bprocessor/gl/tool/RectTool.java,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** RectTool.java 31 Jul 2006 14:06:56 -0000 1.11
--- RectTool.java 9 Aug 2006 09:46:10 -0000 1.12
***************
*** 117,120 ****
--- 117,121 ----
rectangle.add(movingEdge);
rectangle.add(new Edge(movingEdge.getTo(), start.vertex()));
+ start = current;
feedback(rectangle);
}
|