Author: kono
Date: 2012-03-15 18:03:14 -0700 (Thu, 15 Mar 2012)
New Revision: 28560
Modified:
core3/impl/trunk/swing-application-impl/src/main/java/org/cytoscape/internal/select/RowsSetViewUpdater.java
Log:
Strange value set code had been removed. Attribute values should not be set to
Visual Property.
Modified:
core3/impl/trunk/swing-application-impl/src/main/java/org/cytoscape/internal/select/RowsSetViewUpdater.java
===================================================================
---
core3/impl/trunk/swing-application-impl/src/main/java/org/cytoscape/internal/select/RowsSetViewUpdater.java
2012-03-16 00:12:30 UTC (rev 28559)
+++
core3/impl/trunk/swing-application-impl/src/main/java/org/cytoscape/internal/select/RowsSetViewUpdater.java
2012-03-16 01:03:14 UTC (rev 28560)
@@ -92,14 +92,14 @@
}
if (vp != null) {
- v.setVisualProperty(vp, record.getValue());
- refreshView = true;
+ // FIXME: why this is necessary?
+ //v.setVisualProperty(vp, record.getValue());
+ //refreshView = true;
}
}
- if (refreshView){
- networkView.updateView();
- }
+ if (refreshView)
+ networkView.updateView();
}});
}
--
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.