Author: laylaoesper
Date: 2010-10-07 17:24:20 -0700 (Thu, 07 Oct 2010)
New Revision: 22187

Modified:
   csplugins/trunk/soc/layla/WordCloudPlugin/trunk/WordCloud/jars/WordCloud.jar
   
csplugins/trunk/soc/layla/WordCloudPlugin/trunk/WordCloud/src/cytoscape/csplugins/wordcloud/SaveCloudAction.java
Log:
Revert change that makes scroll bar not visible.

Modified: 
csplugins/trunk/soc/layla/WordCloudPlugin/trunk/WordCloud/jars/WordCloud.jar
===================================================================
(Binary files differ)

Modified: 
csplugins/trunk/soc/layla/WordCloudPlugin/trunk/WordCloud/src/cytoscape/csplugins/wordcloud/SaveCloudAction.java
===================================================================
--- 
csplugins/trunk/soc/layla/WordCloudPlugin/trunk/WordCloud/src/cytoscape/csplugins/wordcloud/SaveCloudAction.java
    2010-10-07 23:46:30 UTC (rev 22186)
+++ 
csplugins/trunk/soc/layla/WordCloudPlugin/trunk/WordCloud/src/cytoscape/csplugins/wordcloud/SaveCloudAction.java
    2010-10-08 00:24:20 UTC (rev 22187)
@@ -129,7 +129,7 @@
                int scrollHeight = scroll.getSize().height;
                JPanel flowPanel = panel.getTagCloudFlowPanel();
                int flowHeight = flowPanel.getSize().height;
-               flowHeight = flowHeight; // removed addition of 5 to make 
scroll bar disappear
+               flowHeight = flowHeight + 5; // removed addition of 5 to make 
scroll bar disappear
                
                //System.out.println("Scroll: " + scrollHeight);
                //System.out.println("Flow: " + flowHeight);

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