Author: clopes
Date: 2011-07-25 14:10:37 -0700 (Mon, 25 Jul 2011)
New Revision: 26262

Modified:
   
cytoscapeweb/trunk/cytoscapeweb/src/org/cytoscapeweb/controller/SetVisualStyleCommand.as
Log:
Fixed bug #2564: Bypass lost after call to vis.visualStyle

Modified: 
cytoscapeweb/trunk/cytoscapeweb/src/org/cytoscapeweb/controller/SetVisualStyleCommand.as
===================================================================
--- 
cytoscapeweb/trunk/cytoscapeweb/src/org/cytoscapeweb/controller/SetVisualStyleCommand.as
    2011-07-25 18:18:13 UTC (rev 26261)
+++ 
cytoscapeweb/trunk/cytoscapeweb/src/org/cytoscapeweb/controller/SetVisualStyleCommand.as
    2011-07-25 21:10:37 UTC (rev 26262)
@@ -39,6 +39,7 @@
         
         override public function execute(notification:INotification):void {
             var style:VisualStyleVO = notification.getBody() as VisualStyleVO;
+            style.visualStyleBypass = configProxy.visualStyleBypass;
             
             if (style != null) {
                 // Set the new style:

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