Author: rozagh
Date: 2012-06-13 17:22:04 -0700 (Wed, 13 Jun 2012)
New Revision: 29561

Modified:
   
core3/impl/trunk/ding-impl/ding-presentation-impl/src/main/java/org/cytoscape/ding/impl/DGraphView.java
Log:
fixes #934 updating the snapshot for network by adding the 
DGraphViewContextChangeListener to contextChangeListeners. 

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-06-13 23:57:47 UTC (rev 29560)
+++ 
core3/impl/trunk/ding-impl/ding-presentation-impl/src/main/java/org/cytoscape/ding/impl/DGraphView.java
     2012-06-14 00:22:04 UTC (rev 29561)
@@ -521,6 +521,9 @@
 
                // Finally, intialize our annotations
                this.cyAnnotator = new CyAnnotator(this, annMgr);
+               
+               //Updating the snapshot for nested networks
+               this.addContentChangeListener(new 
DGraphViewContentChangeListener());
        }
 
        

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