Author: scooter
Date: 2012-02-17 09:49:23 -0800 (Fri, 17 Feb 2012)
New Revision: 28305
Modified:
core3/impl/trunk/ding-impl/ding-presentation-impl/src/main/java/org/cytoscape/ding/impl/DGraphView.java
Log:
the node view map key is a node, not an Integer...
Modified:
core3/impl/trunk/ding-impl/ding-presentation-impl/src/main/java/org/cytoscape/ding/impl/DGraphView.java
===================================================================
---
core3/impl/trunk/ding-impl/ding-presentation-impl/src/main/java/org/cytoscape/ding/impl/DGraphView.java
2012-02-17 10:13:34 UTC (rev 28304)
+++
core3/impl/trunk/ding-impl/ding-presentation-impl/src/main/java/org/cytoscape/ding/impl/DGraphView.java
2012-02-17 17:49:23 UTC (rev 28305)
@@ -931,7 +931,7 @@
for (final CyEdge ee : hiddenEdgeInx)
removeEdgeViewInternal(ee);
- returnThis = (DNodeView)
m_nodeViewMap.remove(Integer.valueOf(nodeInx));
+ returnThis = (DNodeView) m_nodeViewMap.remove(nnode);
returnThis.unselectInternal();
// If this node was hidden, it won't be in m_drawPersp.
--
You received this message because you are subscribed to the Google Groups
"cytoscape-cvs" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/cytoscape-cvs?hl=en.