Author: ruschein
Date: 2011-05-10 14:54:24 -0700 (Tue, 10 May 2011)
New Revision: 25003

Modified:
   
csplugins/trunk/ucsd/ruschein/SimpleCytoscape3Plugin/org/cytoscape/plugin/example/MenuAction.java
Log:
Added missing call to updateView().

Modified: 
csplugins/trunk/ucsd/ruschein/SimpleCytoscape3Plugin/org/cytoscape/plugin/example/MenuAction.java
===================================================================
--- 
csplugins/trunk/ucsd/ruschein/SimpleCytoscape3Plugin/org/cytoscape/plugin/example/MenuAction.java
   2011-05-10 21:24:29 UTC (rev 25002)
+++ 
csplugins/trunk/ucsd/ruschein/SimpleCytoscape3Plugin/org/cytoscape/plugin/example/MenuAction.java
   2011-05-10 21:54:24 UTC (rev 25003)
@@ -31,5 +31,7 @@
                        if (currentNetwork.getNeighborList(node, 
CyEdge.Type.ANY).isEmpty())
                                
currentNetworkView.getNodeView(node).setVisualProperty(NODE_VISIBLE, false);
                }
+
+               currentNetworkView.updateView();
        }
 }

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