Author: kono
Date: 2010-02-02 10:23:30 -0800 (Tue, 02 Feb 2010)
New Revision: 19122
Modified:
coreplugins/trunk/BioPAX/src/cytoscape/coreplugins/biopax/action/NetworkListener.java
Log:
Unnecessary event removed. ATTRIBUTES_CHANGED event causes two redrawGraph()
calls, which is not necessary here.
Modified:
coreplugins/trunk/BioPAX/src/cytoscape/coreplugins/biopax/action/NetworkListener.java
===================================================================
---
coreplugins/trunk/BioPAX/src/cytoscape/coreplugins/biopax/action/NetworkListener.java
2010-02-02 17:49:17 UTC (rev 19121)
+++
coreplugins/trunk/BioPAX/src/cytoscape/coreplugins/biopax/action/NetworkListener.java
2010-02-02 18:23:30 UTC (rev 19122)
@@ -186,7 +186,6 @@
registerNetwork(cyNetwork);
}
}
- Cytoscape.firePropertyChange(Cytoscape.ATTRIBUTES_CHANGED,
null, null);
}
/*
--
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.