Author: pwang
Date: 2010-09-22 16:11:40 -0700 (Wed, 22 Sep 2010)
New Revision: 22023

Modified:
   
cytoscape3/trunk/application/src/main/java/cytoscape/internal/layout/ui/StaticLayoutMenu.java
Log:
Bug fix

Modified: 
cytoscape3/trunk/application/src/main/java/cytoscape/internal/layout/ui/StaticLayoutMenu.java
===================================================================
--- 
cytoscape3/trunk/application/src/main/java/cytoscape/internal/layout/ui/StaticLayoutMenu.java
       2010-09-22 23:11:03 UTC (rev 22022)
+++ 
cytoscape3/trunk/application/src/main/java/cytoscape/internal/layout/ui/StaticLayoutMenu.java
       2010-09-22 23:11:40 UTC (rev 22023)
@@ -72,7 +72,8 @@
         */
        public void actionPerformed(ActionEvent e) {
                layout.setSelectedOnly(false);
-               final Task layoutTask = new LayoutTask(layout, 
netmgr.getCurrentNetworkView());
+               layout.setNetworkView(netmgr.getCurrentNetworkView());
+               
                tm.execute(layout.getTaskIterator());
        }
 }

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