Author: kono
Date: 2012-06-27 18:29:49 -0700 (Wed, 27 Jun 2012)
New Revision: 29714

Modified:
   
core3/impl/trunk/edge-bundler-impl/src/main/java/org/cytoscape/edge/bundler/internal/EdgeBundlerTask.java
Log:
Forgot to set correct x, y.

Modified: 
core3/impl/trunk/edge-bundler-impl/src/main/java/org/cytoscape/edge/bundler/internal/EdgeBundlerTask.java
===================================================================
--- 
core3/impl/trunk/edge-bundler-impl/src/main/java/org/cytoscape/edge/bundler/internal/EdgeBundlerTask.java
   2012-06-28 01:14:33 UTC (rev 29713)
+++ 
core3/impl/trunk/edge-bundler-impl/src/main/java/org/cytoscape/edge/bundler/internal/EdgeBundlerTask.java
   2012-06-28 01:29:49 UTC (rev 29714)
@@ -247,7 +247,7 @@
                        for (int ni = 0; ni < numNubs; ni++) {
                                final double x = nubs[ni][0][ei];
                                final double y = nubs[ni][1][ei];
-                               final Handle h = hf.createHandle(view, edge, 0, 
0);
+                               final Handle h = hf.createHandle(view, edge, x, 
y);
                                hlist.add(h);
                        }
                        

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