Update of /cvsroot/bprocessor/model/src/net/sourceforge/bprocessor/model
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv30660
Modified Files:
Selection.java
Log Message:
removed camera responsability
Index: Selection.java
===================================================================
RCS file: /cvsroot/bprocessor/model/src/net/sourceforge/bprocessor/model/Selection.java,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** Selection.java 15 May 2006 12:15:23 -0000 1.8
--- Selection.java 16 Jun 2006 09:41:37 -0000 1.9
***************
*** 146,152 ****
current.update(this);
}
- if (!selection.isEmpty() && this.selection.get(0) instanceof Camera) {
- Project.getInstance().setCurrentCamera((Camera)this.selection.get(0));
- }
}
--- 146,149 ----
|