[Bprocessor-commit] gl/src/net/sourceforge/bprocessor/gl/tool SelectStrategy.java, 1.31, 1.32
Status: Pre-Alpha
Brought to you by:
henryml
From: Michael L. <he...@us...> - 2008-02-25 13:02:56
|
Update of /cvsroot/bprocessor/gl/src/net/sourceforge/bprocessor/gl/tool In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv16563/src/net/sourceforge/bprocessor/gl/tool Modified Files: SelectStrategy.java Log Message: double-click to edit net Index: SelectStrategy.java =================================================================== RCS file: /cvsroot/bprocessor/gl/src/net/sourceforge/bprocessor/gl/tool/SelectStrategy.java,v retrieving revision 1.31 retrieving revision 1.32 diff -C2 -d -r1.31 -r1.32 *** SelectStrategy.java 13 Feb 2008 08:43:07 -0000 1.31 --- SelectStrategy.java 25 Feb 2008 13:02:52 -0000 1.32 *************** *** 300,304 **** if (leader instanceof Container) { Container space = (Container) leader; ! if (space.isUnion()) { space.edit(); } --- 300,304 ---- if (leader instanceof Container) { Container space = (Container) leader; ! if (space.isUnion() || space.isNet()) { space.edit(); } |