Update of /cvsroot/bprocessor/model/src/net/sourceforge/bprocessor/model
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv6553/src/net/sourceforge/bprocessor/model
Modified Files:
Project.java
Log Message:
fixes problem of space menu with create new construction project and the like
Index: Project.java
===================================================================
RCS file: /cvsroot/bprocessor/model/src/net/sourceforge/bprocessor/model/Project.java,v
retrieving revision 1.78
retrieving revision 1.79
diff -C2 -d -r1.78 -r1.79
*** Project.java 3 Oct 2006 10:04:04 -0000 1.78
--- Project.java 4 Oct 2006 14:32:07 -0000 1.79
***************
*** 201,205 ****
public void clear() {
world.clear();
! this.setActiveSpace(null);
CoordinateSystem cs = new CoordinateSystem(new Vertex(1, 0, 0),
new Vertex(0, 1, 0), new Vertex(0, 0, 1), new Vertex(0, 0, 0));
--- 201,205 ----
public void clear() {
world.clear();
! this.setActiveSpace(world);
CoordinateSystem cs = new CoordinateSystem(new Vertex(1, 0, 0),
new Vertex(0, 1, 0), new Vertex(0, 0, 1), new Vertex(0, 0, 0));
|