Author: kono
Date: 2010-11-01 13:55:49 -0700 (Mon, 01 Nov 2010)
New Revision: 22678

Modified:
   
cytoscape/trunk/application/src/main/java/cytoscape/visual/ui/VizMapperMainPanel.java
Log:
Minor update only.  Unused Properties will be expanded always after switching 
mapping type/attribute because of library bug (or design).  This is not an 
critical issue.

Modified: 
cytoscape/trunk/application/src/main/java/cytoscape/visual/ui/VizMapperMainPanel.java
===================================================================
--- 
cytoscape/trunk/application/src/main/java/cytoscape/visual/ui/VizMapperMainPanel.java
       2010-11-01 18:28:07 UTC (rev 22677)
+++ 
cytoscape/trunk/application/src/main/java/cytoscape/visual/ui/VizMapperMainPanel.java
       2010-11-01 20:55:49 UTC (rev 22678)
@@ -2056,10 +2056,8 @@
 
                        if ((curProp != null) && 
(curProp.getDisplayName().equals(name))) {
                                table.setRowSelectionInterval(i, i);
-
-                               if (item.isVisible() == false) {
+                               if (item.isVisible() == false)
                                        item.toggle();
-                               }
 
                                return;
                        }

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