Changeset 52

Show
Ignore:
Timestamp:
06/22/08 00:19:59 (5 months ago)
Author:
bi..@lilyapp.org
Message:

fix bug where connections went astray when toggling editability

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/lily/lily/chrome/content/object.js

    r47 r52  
    18171817                        changeInletOutletVisibility("none","hidden"); 
    18181818                         
    1819                         this.parent.objectMoved();                       
     1819                        setTimeout(function(){ 
     1820                                thisPtr.parent.objectMoved(); 
     1821                        },10);           
    18201822                                 
    18211823                } else { 
     
    18281830                        changeInletOutletVisibility("block","visible"); 
    18291831                         
    1830                         this.parent.objectMoved();                                                                       
     1832                        setTimeout(function(){ 
     1833                                thisPtr.parent.objectMoved(); 
     1834                        },10);                                                           
    18311835                } 
    18321836