Author: clopes
Date: 2012-04-04 11:34:31 -0700 (Wed, 04 Apr 2012)
New Revision: 28736

Modified:
   
core3/impl/trunk/ding-impl/ding-presentation-impl/src/main/java/org/cytoscape/ding/impl/DEdgeDetails.java
Log:
Fixes #674 : Node/edge selection is not restored correctly when opening 2.x 
sessions

Modified: 
core3/impl/trunk/ding-impl/ding-presentation-impl/src/main/java/org/cytoscape/ding/impl/DEdgeDetails.java
===================================================================
--- 
core3/impl/trunk/ding-impl/ding-presentation-impl/src/main/java/org/cytoscape/ding/impl/DEdgeDetails.java
   2012-04-04 16:55:45 UTC (rev 28735)
+++ 
core3/impl/trunk/ding-impl/ding-presentation-impl/src/main/java/org/cytoscape/ding/impl/DEdgeDetails.java
   2012-04-04 18:34:31 UTC (rev 28736)
@@ -141,8 +141,6 @@
 
                m_colorsLowDetail = new HashMap<CyEdge,Object>();
                m_selectedColorsLowDetail = new HashMap<CyEdge,Object>();
-
-               selected = new HashSet<CyEdge>();
                
                m_lineType = new HashMap<CyEdge, Integer>();
                

-- 
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.

Reply via email to