[Bprocessor-commit] gl/src/net/sourceforge/bprocessor/gl/tool RotationTool.java, 1.18, 1.19
Status: Pre-Alpha
Brought to you by:
henryml
From: Nordholt <nor...@us...> - 2006-09-07 15:55:58
|
Update of /cvsroot/bprocessor/gl/src/net/sourceforge/bprocessor/gl/tool In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv24044/src/net/sourceforge/bprocessor/gl/tool Modified Files: RotationTool.java Log Message: Moved collect method from AbstractTool to Geometry Index: RotationTool.java =================================================================== RCS file: /cvsroot/bprocessor/gl/src/net/sourceforge/bprocessor/gl/tool/RotationTool.java,v retrieving revision 1.18 retrieving revision 1.19 diff -C2 -d -r1.18 -r1.19 *** RotationTool.java 7 Sep 2006 13:35:19 -0000 1.18 --- RotationTool.java 7 Sep 2006 15:55:56 -0000 1.19 *************** *** 148,152 **** } clear(); ! collect(Selection.primary(), vertices); // find the size of the handles --- 148,152 ---- } clear(); ! Geometry.collect(Selection.primary(), vertices); // find the size of the handles *************** *** 362,364 **** protected void moved(MouseEvent e) { } ! } --- 362,364 ---- protected void moved(MouseEvent e) { } ! } \ No newline at end of file |