Author: scooter
Date: 2009-03-30 10:58:06 -0700 (Mon, 30 Mar 2009)
New Revision: 16358

Modified:
   cytoscape/trunk/src/cytoscape/layout/Tunable.java
Log:
Fix bug in updating the slider values


Modified: cytoscape/trunk/src/cytoscape/layout/Tunable.java
===================================================================
--- cytoscape/trunk/src/cytoscape/layout/Tunable.java   2009-03-30 17:56:36 UTC 
(rev 16357)
+++ cytoscape/trunk/src/cytoscape/layout/Tunable.java   2009-03-30 17:58:06 UTC 
(rev 16358)
@@ -523,7 +523,7 @@
                                else
                                        this.value = value;
                                if ((slider != null) && checkFlag(USESLIDER))
-                                       slider.setValue(sliderScale(value));
+                                       
slider.setValue(sliderScale(this.value));
                                else if (inputField != null) {
                                        
((JTextField)inputField).setText(this.value.toString());
                                }


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