Author: mes
Date: 2010-02-18 15:55:41 -0800 (Thu, 18 Feb 2010)
New Revision: 19378
Modified:
cytoscape/trunk/src/cytoscape/actions/ShowGraphicsDetailsAction.java
Log:
minor tweak to show graphic details right away
Modified: cytoscape/trunk/src/cytoscape/actions/ShowGraphicsDetailsAction.java
===================================================================
--- cytoscape/trunk/src/cytoscape/actions/ShowGraphicsDetailsAction.java
2010-02-18 23:02:24 UTC (rev 19377)
+++ cytoscape/trunk/src/cytoscape/actions/ShowGraphicsDetailsAction.java
2010-02-18 23:55:41 UTC (rev 19378)
@@ -92,6 +92,7 @@
} else {
((DingNetworkView)currView).setGraphLOD(new
CyGraphAllLOD());
}
+ currView.redrawGraph(true,false);
}
/**
--
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.