Author: clopes
Date: 2013-01-31 13:34:56 -0800 (Thu, 31 Jan 2013)
New Revision: 31099

Modified:
   
core3/api/branches/3.0.0-release/presentation-api/src/main/java/org/cytoscape/view/presentation/property/BasicVisualLexicon.java
Log:
Fixes #1715 on 3.0 release branch

Modified: 
core3/api/branches/3.0.0-release/presentation-api/src/main/java/org/cytoscape/view/presentation/property/BasicVisualLexicon.java
===================================================================
--- 
core3/api/branches/3.0.0-release/presentation-api/src/main/java/org/cytoscape/view/presentation/property/BasicVisualLexicon.java
    2013-01-31 18:23:35 UTC (rev 31098)
+++ 
core3/api/branches/3.0.0-release/presentation-api/src/main/java/org/cytoscape/view/presentation/property/BasicVisualLexicon.java
    2013-01-31 21:34:56 UTC (rev 31099)
@@ -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