Author: clopes
Date: 2013-01-31 10:23:35 -0800 (Thu, 31 Jan 2013)
New Revision: 31098

Modified:
   
core3/api/trunk/presentation-api/src/main/java/org/cytoscape/view/presentation/property/BasicVisualLexicon.java
Log:
Refs #1715 (Setting a bypass for Node Size also changes the label font size): 
Fixing it on trunk first.

Modified: 
core3/api/trunk/presentation-api/src/main/java/org/cytoscape/view/presentation/property/BasicVisualLexicon.java
===================================================================
--- 
core3/api/trunk/presentation-api/src/main/java/org/cytoscape/view/presentation/property/BasicVisualLexicon.java
     2013-01-31 17:39:34 UTC (rev 31097)
+++ 
core3/api/trunk/presentation-api/src/main/java/org/cytoscape/view/presentation/property/BasicVisualLexicon.java
     2013-01-31 18:23:35 UTC (rev 31098)
@@ -357,7 +357,7 @@
                addVisualProperty(NODE_SELECTED_PAINT, NODE_PAINT);
                addVisualProperty(NODE_BORDER_PAINT, NODE_PAINT);
                addVisualProperty(NODE_LABEL_COLOR, NODE_PAINT);
-               addVisualProperty(NODE_LABEL_FONT_SIZE, NODE_SIZE);
+               addVisualProperty(NODE_LABEL_FONT_SIZE, NODE);
                addVisualProperty(NODE_WIDTH, NODE_SIZE);
                addVisualProperty(NODE_HEIGHT, NODE_SIZE);
                addVisualProperty(NODE_DEPTH, NODE_SIZE);

-- 
You received this message because you are subscribed to the Google Groups 
"cytoscape-cvs" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/cytoscape-cvs?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to