Author: scooter
Date: 2010-07-15 19:24:55 -0700 (Thu, 15 Jul 2010)
New Revision: 20945

Modified:
   
csplugins/trunk/ucsf/scooter/clusterMaker/src/clusterMaker/ui/NetworkColorDialog.java
Log:
Handle array selection a little better


Modified: 
csplugins/trunk/ucsf/scooter/clusterMaker/src/clusterMaker/ui/NetworkColorDialog.java
===================================================================
--- 
csplugins/trunk/ucsf/scooter/clusterMaker/src/clusterMaker/ui/NetworkColorDialog.java
       2010-07-16 02:24:10 UTC (rev 20944)
+++ 
csplugins/trunk/ucsf/scooter/clusterMaker/src/clusterMaker/ui/NetworkColorDialog.java
       2010-07-16 02:24:55 UTC (rev 20945)
@@ -493,6 +493,7 @@
 
                        // Get the currently selected array indices
                        int[] selectedAttributes = 
arraySelection.getSelectedIndexes();
+                       arraySelection.deselectAllIndexes();
 
                        // Disable the Cytoscape selection
                        arraySelection.notifyObservers(Boolean.TRUE);

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