[Bprocessor-commit] gl/src/net/sourceforge/bprocessor/gl/tool RotationTool.java,1.9,1.10
Status: Pre-Alpha
Brought to you by:
henryml
From: rimestad <rim...@us...> - 2006-02-09 11:52:59
|
Update of /cvsroot/bprocessor/gl/src/net/sourceforge/bprocessor/gl/tool In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1355/src/net/sourceforge/bprocessor/gl/tool Modified Files: RotationTool.java Log Message: Now the selection of the circles are removed on tool shift Index: RotationTool.java =================================================================== RCS file: /cvsroot/bprocessor/gl/src/net/sourceforge/bprocessor/gl/tool/RotationTool.java,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** RotationTool.java 7 Feb 2006 12:49:55 -0000 1.9 --- RotationTool.java 9 Feb 2006 11:52:46 -0000 1.10 *************** *** 17,20 **** --- 17,21 ---- import net.sourceforge.bprocessor.model.Vertex; import net.sourceforge.bprocessor.model.Surface; + import net.sourceforge.bprocessor.model.Selection; import net.sourceforge.bprocessor.gl.view.Transformation; *************** *** 238,241 **** --- 239,243 ---- zCircle.clear(); vertices.clear(); + Selection.primary().clear(); } |