Author: jm
Date: 2012-01-10 12:25:23 -0800 (Tue, 10 Jan 2012)
New Revision: 27966
Modified:
core3/impl/trunk/swing-application-impl/src/main/java/org/cytoscape/internal/view/NetworkViewManager.java
Log:
Fixes #565: SetCurrentNetworkEvent no longer triggers the inferring and setting
of the current network view.
Modified:
core3/impl/trunk/swing-application-impl/src/main/java/org/cytoscape/internal/view/NetworkViewManager.java
===================================================================
---
core3/impl/trunk/swing-application-impl/src/main/java/org/cytoscape/internal/view/NetworkViewManager.java
2012-01-10 20:20:58 UTC (rev 27965)
+++
core3/impl/trunk/swing-application-impl/src/main/java/org/cytoscape/internal/view/NetworkViewManager.java
2012-01-10 20:25:23 UTC (rev 27966)
@@ -256,9 +256,6 @@
logger.info("Attempting to set current network : null
network ");
return;
}
-
- logger.info("Attempting to set current network model: Model ID
= " + e.getNetwork().getSUID());
-
setFocus(networkViewManager.getNetworkView(e.getNetwork().getSUID()));
}
@Override
--
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.